On Thu, Jan 29, 2015 at 10:09 PM, Roy Stogner <[email protected]> wrote:
>
> On Thu, 29 Jan 2015, Daniel Vasconcelos wrote:
>
>> I have tried Clang and I can’t even build the library. I receive the
>> following error:
>>
>> /Applications/Xcode.app/Contents/Developer/usr/bin/make  all-am
>> make[3]: Nothing to be done for `all-am'.
>> make[2]: Nothing to be done for `all-am'.
>>   CXX      src/base/libmesh_dbg_la-dof_map.lo
>>   CXX      src/base/libmesh_dbg_la-dof_map_constraints.lo
>>   CXX      src/base/libmesh_dbg_la-dof_object.lo
>>   CXX      src/base/libmesh_dbg_la-libmesh.lo
>> src/base/libmesh.C:40:10: fatal error: 'omp.h' file not found
>> #include <omp.h>
>>          ^
>> 1 error generated.
>
>
> configure --disable-openmp
>
> Not sure how the standard autoconf ax_openmp is detecting openmp
> support on a system without openmp headers, but that should be a
> sufficient workaround for now.

I think we have seen this before.  The configure test just checks to
see if the compiler doesn't barf on -fopenmp?  The Apple clang
compiler accepts that flag but doesn't actually support openmp IIRC.

Daniel, can you send your config.log to me directly (or share as a
google doc)?  I'd like to see the output of configure for that test.

-- 
John

------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Libmesh-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to