mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
- the USE_OMP preprocessor symbol is also defined with the openmp compile flag to allow conditional compilation of openmp-specific code.
5 lines
119 B
Plaintext
5 lines
119 B
Plaintext
EXE_INC = ${COMP_OPENMP}
|
|
|
|
/* Mostly do not need to explicitly link openmp libraries */
|
|
/* EXE_LIBS = ${LINK_OPENMP} */
|