-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could NOT find OpenMP (missing: OpenMP_C_FLAGS OpenMP_CXX_FLAGS) #6
Comments
Honestly I've never tested it on macOS. Will do my best to help you though! It looks like a cmake issue. Can this help? http://stechschulte.net/2016/03/20/openmp-osx-cmake.html |
I tried installing clang-omp, and it looks like it's now boneyarded. From this link http://stackoverflow.com/questions/38971394/brew-install-clang-omp-not-working it seems that it has been merged with llvm, so I guess I'll change the compiler parameters at CMakeLists.txt with llvm. |
All right, you owe me a beer because porting an OpenMP+CUDA project to macOS was a torture full of hacks. I documented how to build this in the README. |
Yeah sure whenever you come to Montreal. Thanks for the README update |
Theja has a good answer. it helps me. |
Hi [root@Distance-WEB-UAT build]# cmake .. -- Configuring incomplete, errors occurred! |
Is there any chance to get support on this? I know, to get this running on Mac is a torture, but this time I will owe you a whole pack of beer. It seems that after ~2.5 years this doesn't work anymore. While executing: I receive:
llvm version:
|
I'll get my hands on a mac next week, I'll see what I can do. |
I install openmpi. Machine: OS x 10.12
The text was updated successfully, but these errors were encountered: