How can I get OpenMP to run on Mac OSX 10.11, so that I can execute scripts via terminal?
I have installed OpenMP: brew install clang-omp
brew install clang-omp
brew reinstall gcc --without-multilib
gcc-8 -Wall -fopenmp your-parallel-program.c
Notice the gcc-8 watch the version brew installs, yours may be gcc-7 or gcc-9
==> Pouring gcc-8.2.0.high_sierra.bottle.1.tar.gz