clang-omp / clang

clang with OpenMP 3.1 and some elements of OpenMP 4.0 support
clang-omp.github.com
Other
91 stars 15 forks source link

Ask for more help on the clang-omp with Xcode 7.3 #80

Closed PokerN closed 8 years ago

PokerN commented 8 years ago

Hi, I want to using clang-omp with xcode 7.3, so I followed the steps in the guide, as shown below:

Using clang-omp with Xcode Install clang-omp using homebrew: brew install clang-omp.

  1. Create a new Xcode project.
  2. Under Build Settings Add a new user-defined setting CC with the value /usr/local/bin/clang-omp Add -fopenmp to Other C Flags Add /usr/local/include to Header Search Paths Set Enable Modules (C and Objective-C) to No.
  3. Under Build Phases Add /usr/local/lib/libiomp5.dylib to Link Binary With Libraries Done.

Unfortunately, when I finished 1., I have not found the terms mentioned in the step 2, for example, user-defined setting CC, Other C Flags. I am a beginner for using xcode, and I am not familiar with that. So, could you give me the location of the terms.

Please forgive my pore English. Thank you very much.

PokerN commented 8 years ago

I've found those!!! Fantastic!