-
Notifications
You must be signed in to change notification settings - Fork 1
OpenMP on macOS
Raphael Kim edited this page Mar 9, 2023
·
1 revision
- macOS officially not supports openMP with Xcode.
- But homebrew llvm provides better performance possibility with openMP features with libomp -
-fopenmp
.
brew install llvm
brew install libomp
- Checkout these files
- makefiles/Makefile.homebrewllvm
- makefiles/Makefile.testmachomebrew
make -f makefiles/Makefile.homebrewllvm dylib
- homebrew llvm don't provide multiple architecture in dylib.