- 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
13 lines
244 B
Plaintext
13 lines
244 B
Plaintext
c++DBUG =
|
|
c++OPT = \
|
|
-DICC_IA64_PREFETCH \
|
|
-ansi-alias \
|
|
-O3 \
|
|
-fp-speculationsafe \
|
|
-ftz \
|
|
-mP3OPT_ecg_swp_control=0x400000 \
|
|
-fno-alias \
|
|
-mtune=itanium2 \
|
|
-fargument-noalias-global \
|
|
-unroll0
|