- 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
161 B
Plaintext
6 lines
161 B
Plaintext
# Flags for compiling/linking openmp
|
|
# The USE_OMP is for OpenFOAM-specific use (general use is _OPENMP)
|
|
|
|
COMP_OPENMP = -DUSE_OMP -qopenmp
|
|
LINK_OPENMP = -liomp5
|