openfoam/wmake/rules
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
..
darwin64Clang CONFIG: add trapping-math for darwin 2018-07-30 12:18:40 +02:00
General CONFIG: bump API version number to 1812 to register recent changes 2018-12-13 15:23:04 +00:00
linux64Clang ENH: enable MPI library variants (#1153) 2019-01-28 19:19:09 +01:00
linux64Cray ENH: enable MPI library variants (#1153) 2019-01-28 19:19:09 +01:00
linux64Gcc ENH: enable MPI library variants (#1153) 2019-01-28 19:19:09 +01:00
linux64GccKNL ENH: enable MPI library variants (#1153) 2019-01-28 19:19:09 +01:00
linux64Icc ENH: enable MPI library variants (#1153) 2019-01-28 19:19:09 +01:00
linux64IccKNL ENH: enable MPI library variants (#1153) 2019-01-28 19:19:09 +01:00
linuxARM7Gcc CONFIG: consolidate C++ flags per compiler type 2018-03-21 11:50:57 +01:00
linuxARM64Arm ENH: armclang: new compiler type. Fixes #779. 2018-03-21 12:08:44 +00:00
linuxARM64Clang CONFIG: consolidate C++ flags per compiler type 2018-03-21 11:50:57 +01:00
linuxARM64Gcc CONFIG: consolidate C++ flags per compiler type 2018-03-21 11:50:57 +01:00
linuxClang CONFIG: consolidate C++ flags per compiler type 2018-03-21 11:50:57 +01:00
linuxGcc CONFIG: consolidate C++ flags per compiler type 2018-03-21 11:50:57 +01:00
linuxIA64Gcc CONFIG: consolidate C++ flags per compiler type 2018-03-21 11:50:57 +01:00
linuxIA64Icc ENH: enable MPI library variants (#1153) 2019-01-28 19:19:09 +01:00
linuxIcc CONFIG: consolidate C++ flags per compiler type 2018-03-21 11:50:57 +01:00
linuxPPC64Gcc CONFIG: consolidate C++ flags per compiler type 2018-03-21 11:50:57 +01:00
linuxPPC64leGcc CONFIG: consolidate C++ flags per compiler type 2018-03-21 11:50:57 +01:00
solaris64Gcc CONFIG: consolidate C++ flags per compiler type 2018-03-21 11:50:57 +01:00
solarisGcc CONFIG: consolidate C++ flags per compiler type 2018-03-21 11:50:57 +01:00