openfoam/wmake/rules/linux64Icc
Mark Olesen 2698cab01c ENH: extend use of WM_COMPILER_CONTROL to manage compiler versions
- for compilers such as gcc and clang, may have several different
  variants installed on the computer. Use WM_COMPILER_CONTROL to
  specify the preferred variant.

  Eg,
      WM_COMPILER=Gcc
      WM_COMPILER_CONTROL="version=8"

      will compile with "gcc-8" and "g++-8"

  Good practice would be to tag output directory names with the
  version too. Eg

      WM_COMPILER=Clang110
      WM_COMPILER_CONTROL="version=11.0"

STYLE: modify message for change of gcc -> clang (darwin)
2021-11-02 17:30:06 +01:00
..
c CONFIG: adjust intel compiler and mpi settings (#2056) 2021-04-23 11:39:29 +02:00
c++ ENH: extend use of WM_COMPILER_CONTROL to manage compiler versions 2021-11-02 17:30:06 +01:00
c++Debug STYLE: remove trailing space from wmake rules 2010-11-17 11:22:31 +01:00
c++Opt wmake/rules/linux.*Icc: Remove -xHost option which causes surfaceFeatureExtract to fail for some cases 2016-04-25 22:29:22 +01:00
c++OptAVX2 CONFIG: additional intel compiler flags (#2056) 2021-04-23 11:39:29 +02:00
c++OptAVX512 CONFIG: additional intel compiler flags (#2056) 2021-04-23 11:39:29 +02:00
c++OptKNL CONFIG: combine wmake rules for KNL architecture as a compile option 2019-01-25 17:39:05 +01:00
c++Prof CONFIG: adjust intel compiler and mpi settings (#2056) 2021-04-23 11:39:29 +02:00
cDebug STYLE: remove trailing space from wmake rules 2010-11-17 11:22:31 +01:00
cOpt wmake/rules/linux.*Icc: Remove -xHost option which causes surfaceFeatureExtract to fail for some cases 2016-04-25 22:29:22 +01:00
cOptAVX2 CONFIG: additional intel compiler flags (#2056) 2021-04-23 11:39:29 +02:00
cOptAVX512 CONFIG: additional intel compiler flags (#2056) 2021-04-23 11:39:29 +02:00
cOptKNL CONFIG: combine wmake rules for KNL architecture as a compile option 2019-01-25 17:39:05 +01:00
cProf CONFIG: adjust intel compiler and mpi settings (#2056) 2021-04-23 11:39:29 +02:00
general CONFIG: improve support for compiler/link options (#1830) 2020-09-07 09:45:51 +02:00
mplibHPMPI CONFIG: rationalize mpi config tuning (#1910) 2020-11-11 18:36:01 +01:00
mplibINTELMPI CONFIG: rationalize mpi config tuning (#1910) 2020-11-11 18:36:01 +01:00