openfoam/wmake
Mark Olesen 435be2e5ec CONFIG: improve flexibility of MPI specification
- it is now possible to include the selected mpi version in the
  top-level bashrc or prefs.sh file. For example,

      WM_MPLIB=OPENMPI-4.1.1  or  WM_MPLIB=openmpi-4.1.1

  after evaluation of the config.sh/mpi, this will define

      WM_MPLIB=OPENMPI-4.1.1  and  FOAM_MPI=openmpi-4.1.1

  During the wmake, the mpi-rules will first load the MPI 'family'
  rules (OPENMPI in this example) before trying to load
  version-specific rules if they exist.

  NOTE: the regular user-defined prefs system is unaffected by this
  change. This means it is still possible to use a file such as
  'prefs.openmpi' to define the preferred version instead or as well.
  However, it does mean inconsistent naming can be specified.
  For example, specify WM_MPLIB=OPENMPI-4.1.1 at the top-level but
  actually have FOAM_MPI=openmpi-4.0.6 in the prefs.openmpi file.
  This will make the value of WM_MPLIB misleading.

CONFIG: foamConfigurePaths support for sys-openmpi major version

CONFIG: cleanup any shadow env variables
2021-10-29 17:04:51 +02:00
..
etc ENH: update lemon version (#1768) 2020-11-07 18:04:55 +01:00
makefiles ENH: robustness, consistency for wmake -show-api, -version 2021-06-10 08:34:43 +02:00
rules CONFIG: improve flexibility of MPI specification 2021-10-29 17:04:51 +02:00
scripts ENH: use PrecisionAdaptor to support scotch with label widening 2021-09-07 11:29:11 +02:00
src ENH: update lemon version (#1768) 2020-11-07 18:04:55 +01:00
wclean COMP: wmake findObjectDir fails for non-project directories (fixes #1807) 2020-08-12 12:33:34 +02:00
wcleanLnIncludeAll REL: Release preparations 2019-12-23 09:49:23 +00:00
wdep GIT: Header file updates 2019-10-31 14:48:44 +00:00
wmake ENH: robustness, consistency for wmake -show-api, -version 2021-06-10 08:34:43 +02:00
wmakeCheckPwd ENH: add 'subcommand' handling to wmake (#1693) 2020-05-12 10:05:24 +02:00
wmakeCollect REL: Release preparations 2019-12-23 09:49:23 +00:00
wmakeLnInclude COMP: additional wmake adjustments 2020-05-14 16:53:06 +02:00
wmakeLnIncludeAll COMP: additional wmake adjustments 2020-05-14 16:53:06 +02:00
wrmdep Merge commit 'e9219558d7' into develop-v1906 2019-12-05 11:47:19 +00:00
wrmo Merge commit 'e9219558d7' into develop-v1906 2019-12-05 11:47:19 +00:00