mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
- the cray C/C++ compilers appear to be option-compatible with gcc. - no wmake rules for 32bit builds (deemed to be unnecessary)
5 lines
92 B
Plaintext
5 lines
92 B
Plaintext
# Flags for compiling/linking openmp
|
|
|
|
COMP_OPENMP = -DUSE_OMP -fopenmp
|
|
LINK_OPENMP = -lgomp
|