Changes between Version 16 and Version 17 of CompilerSelection


Ignore:
Timestamp:
Nov 22, 2021, 5:53:06 PM (2 years ago)
Author:
chrstphrchvz (Christopher Chavez)
Comment:

Add note about -fopenmp-version

Legend:

Unmodified
Added
Removed
Modified
  • CompilerSelection

    v16 v17  
    7575||=      4.0       =|| [https://openmp.llvm.org Partial] ||    Future?    || Future? ||   [https://gcc.gnu.org/wiki/openmp  4.9]   ||
    7676||=      4.5       =|| [https://openmp.llvm.org Partial] ||    Future?    || Future? ||   ???   ||
     77
     78For LLVM Clang 3.9 through 9.0, only OpenMP 3.1 support is enabled by default; enabling OpenMP 4.0 or 4.5 support requires specifying the corresponding `-fopenmp-version=40` or `-fopenmp-version=45` flag.
    7779
    7880None of the compilers provided by Xcode implement [https://en.wikipedia.org/wiki/Message_Passing_Interface MPI].