Skip to content
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

omp.h file not found #35

Closed
GrierPhillips opened this issue Sep 11, 2017 · 2 comments
Closed

omp.h file not found #35

GrierPhillips opened this issue Sep 11, 2017 · 2 comments

Comments

@GrierPhillips
Copy link

I am trying to compile on OSX following the installation instruction and running into the following error when running make in the build directory.

...

[ 50%] Building CXX object CMakeFiles/pguresvt.dir/src/lib-PGURE-SVT.cpp.o
/Users/grr/pgure-svt-0.3.3/src/lib-PGURE-SVT.cpp:57:10: fatal error: 'omp.h'
file not found
#include <omp.h>
^
1 error generated.

...

I'm not an expert in compiling, but have gathered that OSX is using clang and not gcc for compiling, but I'm not exactly sure how to get around this issue.

@tjof2
Copy link
Owner

tjof2 commented Sep 13, 2017

@GrierPhillips what version of clang are you using? See https://stackoverflow.com/questions/33400462/omp-h-file-not-found-when-compiling-using-clang for example.

@tjof2
Copy link
Owner

tjof2 commented Sep 13, 2017

@tjof2 tjof2 closed this as completed Nov 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants