You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.
If we install OpenMP runtime via brew and try to build CoreNEURON with AppleClang then building as well as running tests fail.
To Reproduce
brew install libomp
# cd to build dir
cmake ..
make -j
Consolidate compiler generated dependencies of target corenrn_mpi
[ 31%] Building CXX object coreneuron/CMakeFiles/corenrn_mpi.dir/mpi/lib/nrnmpi.cpp.o
/Users/kumbhar/workarena/repos/bbp/coreneuron/coreneuron/mpi/lib/nrnmpi.cpp:18:10: fatal error: 'omp.h' file not found
#include <omp.h>
^~~~~~~
Expected behavior
Build should be successful with or without libomp.
System (please complete the following information)
Describe the issue
If we install OpenMP runtime via
brew
and try to build CoreNEURON with AppleClang then building as well as running tests fail.To Reproduce
Expected behavior
Build should be successful with or without
libomp
.System (please complete the following information)
Additional context
The text was updated successfully, but these errors were encountered: