mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
- remove old, unneeded -DUSE_OMP define. - wmake -no-openmp option to add '~openmp' to WM_COMPILE_CONTROL ENH: add bash completion handling for wmake
7 lines
165 B
Plaintext
7 lines
165 B
Plaintext
# Flags for compiling/linking openmp
|
|
|
|
COMP_OPENMP = -qopenmp
|
|
LINK_OPENMP = -qopenmp
|
|
|
|
# -----------------------------------------------------------------------------
|