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