openfoam/etc/config.sh
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
..
example CONFIG: rationalize mpi config tuning (#1910) 2020-11-11 18:36:01 +01:00
adios2 CONFIG: increment to ADIOS-2.6.0, petsc-3.14.2 2020-12-14 15:20:36 +01:00
aliases CONFIG: adjust aliases to use project-dir directly 2020-06-03 12:11:17 +02:00
bash_completion STYLE: adjust 'No completions' message for more clarification 2020-05-14 11:20:49 +02:00
ccmio CONFIG: improve robustness/flexibility for MPI config handling 2021-10-18 11:34:02 +02:00
CGAL STYLE: add hints about setting GMP/MPFR within etc/config.*sh/CGAL 2020-08-10 14:38:41 +02:00
cmake ENH: improve cmake/ParaView config handling 2020-05-05 18:06:09 +02:00
compiler CONFIG: update compiler versions 2021-06-14 19:20:15 +02:00
completion_cache CONFIG: Updated completions 2021-06-28 09:14:34 +01:00
FFTW CONFIG: improve robustness/flexibility for MPI config handling 2021-10-18 11:34:02 +02:00
functions CONFIG: improve flexibility of MPI specification 2021-10-29 17:04:51 +02:00
gperftools CONFIG: additional packaging helpers, tutorial test helper 2020-04-21 14:59:07 +02:00
hypre CONFIG: improve handling of in-source PETSC installations 2020-06-19 12:44:14 +02:00
kahip CONFIG: improve robustness/flexibility for MPI config handling 2021-10-18 11:34:02 +02:00
metis CONFIG: improve robustness/flexibility for MPI config handling 2021-10-18 11:34:02 +02:00
mgridgen CONFIG: improve robustness/flexibility for MPI config handling 2021-10-18 11:34:02 +02:00
mpi CONFIG: improve flexibility of MPI specification 2021-10-29 17:04:51 +02:00
paraview CONFIG: accept '-lib' for foamCleanPath 2021-10-18 14:58:17 +02:00
paraview-system CONFIG: accept '-lib' for foamCleanPath 2021-10-18 14:58:17 +02:00
petsc CONFIG: update scotch (6.1.0), paraview (5.9.1) and petsc (3.15.0) 2021-05-19 18:16:06 +02:00
scotch CONFIG: update scotch (6.1.0), paraview (5.9.1) and petsc (3.15.0) 2021-05-19 18:16:06 +02:00
settings CONFIG: improve robustness/flexibility for MPI config handling 2021-10-18 11:34:02 +02:00
setup CONFIG: accept '-lib' for foamCleanPath 2021-10-18 14:58:17 +02:00
unset CONFIG: improve flexibility of MPI specification 2021-10-29 17:04:51 +02:00
vtk CONFIG: improve robustness/flexibility for MPI config handling 2021-10-18 11:34:02 +02:00