openfoam/etc
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
..
caseDicts ENH: snappyHexMeshDict: added missing documentation 2021-08-02 14:01:12 +01:00
codeTemplates ENH: provide dictionary access for coded BCs etc (#1922) 2021-06-07 10:28:15 +02:00
config.csh CONFIG: improve flexibility of MPI specification 2021-10-29 17:04:51 +02:00
config.sh CONFIG: improve flexibility of MPI specification 2021-10-29 17:04:51 +02:00
templates CONFIG: Updated headers to v2106 2021-06-28 09:14:42 +01:00
thermoData thermophysicalModels: Changed specie thermodynamics from mole to mass basis 2017-02-17 11:22:14 +00:00
bashrc CONFIG: update c++ standard, some compiler rules (partially addresses #2209) 2021-10-21 15:31:05 +02:00
cellModels CONFIG: Updated headers to v2106 2021-06-28 09:14:42 +01:00
colourTables CONFIG: Updated headers to v2106 2021-06-28 09:14:42 +01:00
controlDict CONFIG: Updated headers to v2106 2021-06-28 09:14:42 +01:00
cshrc CONFIG: update c++ standard, some compiler rules (partially addresses #2209) 2021-10-21 15:31:05 +02:00
openfoam CONFIG: inline _foamEval within <etc/config.sh/setup> 2021-06-18 17:14:22 +02:00