On mac it uses -openmp ( for default libraries) On linux it uses -fopenmp . for detail please check this: http://clang-omp.github.io/ The section "Using clang-omp with Xcode " may solve this problem?
On mac it uses -openmp ( for default libraries)
On linux it uses -fopenmp .
for detail please check this:
http://clang-omp.github.io/
The section "Using clang-omp with Xcode " may solve this problem?