mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
COMP: simplify openmp handling (#2617)
- remove old, unneeded -DUSE_OMP define. - wmake -no-openmp option to add '~openmp' to WM_COMPILE_CONTROL ENH: add bash completion handling for wmake
This commit is contained in:
@ -5,7 +5,7 @@ include $(GENERAL_RULES)/standard
|
||||
|
||||
# Fujitsu-specific
|
||||
# ----
|
||||
COMP_OPENMP = -DUSE_OMP -fopenmp
|
||||
COMP_OPENMP = -fopenmp
|
||||
LINK_OPENMP = -lfjomp
|
||||
# ----
|
||||
|
||||
|
||||
Reference in New Issue
Block a user