- the USE_OMP preprocessor symbol is also defined with the openmp compile flag to allow conditional compilation of openmp-specific code.
5 lines
93 B
Plaintext
5 lines
93 B
Plaintext
# Flags for compiling/linking openmp
|
|
|
|
COMP_OPENMP = -DUSE_OMP -qopenmp
|
|
LINK_OPENMP = -liomp5
|