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] 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

Re: [Libmesh-devel] OpenMP detection failure

2014-02-13 Thread Derek Gaston
I agree but I'm lousy at autoconf... can someone bail me out here? Derek On Thursday, February 13, 2014, John Peterson wrote: > > > > 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/t

Re: [Libmesh-devel] OpenMP detection failure

2014-02-13 Thread John Peterson
> 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) >> ^ >> .

[Libmesh-devel] OpenMP detection failure

2014-02-13 Thread Roy Stogner
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)             ^ ./include/libmesh/threads.h:642:13: warning: unknown pragma ignored       [-