PanjehFollowJul 5, 2021·1 min readCompiling OpenMP on macOSNote: Apple does not include OpenMP in the clang they ship, and the gcc in macos is just an alias to clangUsing the gcc compiler:brew install gccThen you can use it by calling gcc-11gcc-11 -fopenmp