openfoam/bin
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
..
tools CONFIG: improve flexibility of MPI specification 2021-10-29 17:04:51 +02:00
foamCheckJobs REL: Release preparations 2019-12-23 09:49:23 +00:00
foamCleanPath CONFIG: accept '-lib' for foamCleanPath 2021-10-18 14:58:17 +02:00
foamCleanPolyMesh REL: Release preparations 2019-12-23 09:49:23 +00:00
foamCleanTutorials CONFIG: add date and paths information for tutorial Allrun script 2021-09-22 17:42:21 +02:00
foamCloneCase REL: Release preparations 2019-12-23 09:49:23 +00:00
foamCopySettings REL: Release preparations 2019-12-23 09:49:23 +00:00
foamCreateVideo ENH: add ffmpeg support to foamCreateVideo 2020-10-07 20:48:04 +02:00
foamEndJob REL: Release preparations 2019-12-23 09:49:23 +00:00
foamEtcFile ENH: robustness, consistency for wmake -show-api, -version 2021-06-10 08:34:43 +02:00
foamGetDict ENH: foamGetDict: sneak in topoSetSourcesDict. See #2232 2021-10-07 10:56:13 +01:00
foamInstallationTest CONFIG: trap missing make command in canCompile (#2077) 2021-05-06 21:43:10 +02:00
foamJob GIT: Header file updates 2019-10-31 14:48:44 +00:00
foamLog CONFIG: improve prefix matching for system libraries (#1607) 2020-03-16 12:03:58 +01:00
foamMonitor ENH: foamMonitor: modernise and refactor for POSIX compliance (#2202) 2021-10-04 15:24:47 +01:00
foamNew REL: Release preparations 2019-12-23 09:49:23 +00:00
foamNewApp CONFIG: improve prefix matching for system libraries (#1607) 2020-03-16 12:03:58 +01:00
foamNewBC CONFIG: incorrect BC code templates (fixes #1885) 2020-10-20 14:23:40 +02:00
foamNewCase GIT: Header file updates 2019-10-31 14:48:44 +00:00
foamNewFunctionObject CONFIG: improve prefix matching for system libraries (#1607) 2020-03-16 12:03:58 +01:00
foamNewSource
foamNewTemplate
foamPrintJobs REL: Release preparations 2019-12-23 09:49:23 +00:00
foamRunTutorials CONFIG: add date and paths information for tutorial Allrun script 2021-09-22 17:42:21 +02:00
foamSearch GIT: Header file updates 2019-10-31 14:48:44 +00:00
foamSequenceVTKFiles ENH: support sequencing of vtp/vtu files 2020-03-17 10:52:08 +01:00
foamSolverSweeps REL: Release preparations 2019-12-23 09:49:23 +00:00
foamSystemCheck CONFIG: update c++ standard, some compiler rules (partially addresses #2209) 2021-10-21 15:31:05 +02:00
foamTestTutorial CONFIG: inline _foamEval within <etc/config.sh/setup> 2021-06-18 17:14:22 +02:00
mpirunDebug ENH: mpirunDebug improvements 2021-05-27 15:40:55 +02:00
paraFoam CONFIG: ensure PV_PLUGIN_PATH is also in the library path 2021-02-15 13:09:58 +01:00