- required if there is no system openmp and libomp or libgomp are only found in the clang hierarchy STYLE: add some notes in the openmp rules. - the _OPENMP macro is now used in low-level testing files
6 lines
160 B
Plaintext
6 lines
160 B
Plaintext
# Flags for compiling/linking openmp
|
|
# The USE_OMP is for OpenFOAM-specific use (general use is _OPENMP)
|
|
|
|
COMP_OPENMP = -DUSE_OMP -fopenmp
|
|
LINK_OPENMP = -lgomp
|