- 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
5 lines
135 B
Plaintext
5 lines
135 B
Plaintext
EXE_INC = ${COMP_OPENMP} /* -UUSE_OMP */
|
|
|
|
/* Mostly do not need to explicitly link openmp libraries */
|
|
/* EXE_LIBS = ${LINK_OPENMP} */
|