I am trying to use openmp with Apple clang but can't make it work. I did download and compile the openmp library from llvm. My problem is that clang doesn't recognize the -fopenmp
flag. I get the following error:
clang: error: unsupported option '-fopenmp'
I have version 8 of Xcode and clang. Any help would be much appreciated.