[Libmesh-devel] libMesh v0.9.3 now available

2014-02-14 Thread Kirk, Benjamin (JSC-EG311)
libMesh v0.9.3 is now available. https://github.com/libMesh/libmesh/releases One new feature has been added beyond -rc1, and an important bug fix was found for adapted ParallelMesh with mixed finite element types. A high-level summary of recent changes follows: 0.9.2 -> 0.9.3 * FEMContext pu

Re: [Libmesh-devel] problem reading in mesh with init.comm() ?

2014-02-14 Thread David Knezevic
On 02/14/2014 11:56 AM, Roy Stogner wrote: > > On Fri, 14 Feb 2014, David Knezevic wrote: > >> I'm on 7842167a275cb39383caa200c15a3cfafbcd61f9, and I'm having a >> problem with this code: >> >> LibMeshInit init (argc, argv); >> Mesh mesh(init.comm())); >> mesh.read(path_to_mesh_file); >> >> It sta

Re: [Libmesh-devel] OpenMP detection failure

2014-02-14 Thread Kirk, Benjamin (JSC-EG311)
On Feb 13, 2014, at 4:21 PM, Roy Stogner wrote: > Bruce ran across the following libMesh build errors on his 10.9 Mac: > >> lude/libmesh/threads.h:542:13: warning: unknown pragma ignored >> [-Wunknown-pragmas] >> #pragma omp parallel for schedule (static) >> ^ Bruce, coul

Re: [Libmesh-devel] problem reading in mesh with init.comm() ?

2014-02-14 Thread Roy Stogner
On Fri, 14 Feb 2014, David Knezevic wrote: > I'm on 7842167a275cb39383caa200c15a3cfafbcd61f9, and I'm having a > problem with this code: > > LibMeshInit init (argc, argv); > Mesh mesh(init.comm())); > mesh.read(path_to_mesh_file); > > It stalls on the read call when I run on multiple MPI processe

[Libmesh-devel] problem reading in mesh with init.comm() ?

2014-02-14 Thread David Knezevic
Hi all, I'm on 7842167a275cb39383caa200c15a3cfafbcd61f9, and I'm having a problem with this code: LibMeshInit init (argc, argv); Mesh mesh(init.comm())); mesh.read(path_to_mesh_file); It stalls on the read call when I run on multiple MPI processes...? Am I doing something wrong with the commun

Re: [Libmesh-devel] OpenMP detection failure

2014-02-14 Thread Kirk, Benjamin (JSC-EG311)
Fortunately, there may be an upstream fix already. http://git.savannah.gnu.org/gitweb/?p=autoconf-archive.git;a=commitdiff;h=0b7e53359e921cf116d44bd3942269d46cf0fc27 I’ve got a two-commit pull request, the first of which I’ll back port to v0.9.3 and bootstrap… -Ben On Feb 14, 2014, at 8:26 AM,

Re: [Libmesh-devel] OpenMP detection failure

2014-02-14 Thread John Peterson
> On Feb 14, 2014, at 7:16 AM, "Kirk, Benjamin (JSC-EG311)" > wrote: > > I'll handle it! Aren't you on vacation ;) I looked at this briefly, if I recall correctly one thing that made writing autoconf tests annoying is that the unrecognized #pragmas were only warnings, so autoconf considere

Re: [Libmesh-devel] OpenMP detection failure

2014-02-14 Thread Kirk, Benjamin (JSC-EG311)
I'll handle it! On Feb 13, 2014, at 5:46 PM, "Derek Gaston" mailto:fried...@gmail.com>> wrote: I agree but I'm lousy at autoconf... can someone bail me out here? Derek On Thursday, February 13, 2014, John Peterson mailto:jwpeter...@gmail.com>> wrote: > On Feb 13, 2014, at 4:21 PM, Roy Stogn