You can install "clang-omp" or "gcc" (now corresponding to GCC 5.3) packages via Homebrew, both of which support OpenMP.
Built-in GCC is based on GCC 4.2.1 abs uses LLVM back end via Dragonegg, so it does not support OpenMP.
As already noted, Intel compilers support OpenMP on Mac.
I do not use the Xcode editor, so I do not know how to use any of them, but everything will work with the terminal in the same way as in Linux.
source share