简体   繁体   中英

Xcode compilers and OpenMP

Does anyone know what the reasoning is as to why the Apple compilers do not have OpenMP support (even though the official LLVM compilers have it)? Is there another mechanism Apple "thinks" we should be using for shared memory parallel processing?

You should try GDC ( https://en.wikipedia.org/wiki/Grand_Central_Dispatch ) for concurrency. As of OpenMP, likely the lack of demand and the fact that it takes time to qualify new features.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM