Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
現在最新バージョンのXCodeieを使用しており4.6、OpenMP を有効にする際に問題があります。Enable OpenMP Supportビルド設定に「」などのオプションはありません。私はC++11 をサポートする標準ライブラリを使用Apple LLVM Compiler 4.2しています。libc++ LLVM C++どんな助けでも大歓迎です..
XCode
4.6
Enable OpenMP Support
Apple LLVM Compiler 4.2
libc++ LLVM C++
ビルド設定で、「Compilers for C/C++/Objective-C」を「LLVM GCC 4.2」に変更しました
次に、「LLVM GCC 4.2 - 言語」設定の下に、OpenMP を有効にするオプションがあります。実際のコードのコンパイルはまだテストしていませんが、少なくとも "#include " は機能するようになりました。