Files
openfoam/applications/test/openmp/Make/options
Mark Olesen e1167d9592 ENH: provide openmp compile and link flags.
- the USE_OMP preprocessor symbol is also defined with the openmp
  compile flag to allow conditional compilation of openmp-specific
  code.
2017-10-23 09:38:43 +02:00

5 lines
119 B
Plaintext

EXE_INC = ${COMP_OPENMP}
/* Mostly do not need to explicitly link openmp libraries */
/* EXE_LIBS = ${LINK_OPENMP} */