Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.

use OpenMP in Xcode

jafari__ali
Beginner
390 Views

i want to use OpenMP lib in Xcode with intel compiler, but when i use "#include <omp.h>" it show me "'omp.h' file not found".

0 Kudos
2 Replies
jimdempseyatthecove
Honored Contributor III
390 Views

Then you haven't setup the environment to include the Intel compiler and header locations (PATH and INCLUDE). See documentation for suggested methods to do this.

Jim Dempsey

0 Kudos
jafari__ali
Beginner
390 Views
after searching a lot, finally i combine some ways and now it is ok. thanks for your answer
0 Kudos
Reply