- largely as per patch from Jong-Gwan (Jason) Do NB: the intel-one setup adds in paths for intelmpi. Its mpicc version does not harmonize with the OpenFOAM system openmpi setup (using mpicc --showme:link). Needs adjustment, or use intelmpi instead. - update name mappings for newer gcc, clang versions
14 lines
357 B
Plaintext
14 lines
357 B
Plaintext
CPP = /lib/cpp -traditional-cpp $(GFLAGS)
|
|
|
|
include $(GENERAL_RULES)/standard
|
|
include $(GENERAL_RULES)/Icx/openmp
|
|
|
|
ifneq (,$(findstring ~openmp,$(WM_COMPILE_CONTROL)))
|
|
include $(GENERAL_RULES)/no-openmp
|
|
endif
|
|
|
|
include $(DEFAULT_RULES)/c
|
|
include $(DEFAULT_RULES)/c++
|
|
|
|
# -----------------------------------------------------------------------------
|