openfoam/wmake/rules/linux64Icc
Mark Olesen 473e000bed ENH: enable MPI library variants (#1153)
- in addition to managing different vendors and versions, it may also
  be necessary or desirable to have a particular variant
  (eg, profiling, release, etc).

  Devise a new meaningful name for the variant and create a
  corresponding wmake rule.

  Eg, SYSTEMOPENMPI-profiling with a corresponding
      "wmake/rules/linux64Gcc/mplibSYSTEMOPENMPI-profiling" file
  that has suitable content for your system.

CONFIG: intel-mpi use intel64/ paths only for config and wmake rules (#1153)

- previously adjusted the config files, but missed the changes
  required for the wmake rules too.

  Now simply migrate to using  "intel64/{include,bin,lib}"
  instead of the older naming  "{include,bin,lib}64"

  These changes work since at least intel-mpi 2015 (5.x), but possibly
  earlier as well
2019-01-28 19:19:09 +01:00
..
c CONFIG: consolidate C++ flags per compiler type 2018-03-21 11:50:57 +01:00
c++ CONFIG: consolidate C++ flags per compiler type 2018-03-21 11:50:57 +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++Prof Corrected the setting of WM_COMPILER and renamed I32 and I64 to Icc. 2008-05-29 16:02:39 +01: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
cProf Corrected the setting of WM_COMPILER and renamed I32 and I64 to Icc. 2008-05-29 16:02:39 +01:00
general CONFIG: consolidate C++ flags per compiler type 2018-03-21 11:50:57 +01:00
mplibHPMPI Resolve various unimportant warning messages from Gcc, Clang and Icpc 2015-07-19 11:31:49 +01:00
mplibINTELMPI ENH: enable MPI library variants (#1153) 2019-01-28 19:19:09 +01:00