openfoam/wmake/rules
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
..
darwin64Clang CONFIG: provisional cuda rule. Update naming for CGAL rules 2020-11-17 21:29:07 +01:00
General CONFIG: improve flexibility of MPI specification 2021-10-29 17:04:51 +02:00
linux64Amd CONFIG: rationalize mpi config tuning (#1910) 2020-11-11 18:36:01 +01:00
linux64Clang CONFIG: rationalize mpi config tuning (#1910) 2020-11-11 18:36:01 +01:00
linux64Cray CONFIG: update c++ standard, some compiler rules (partially addresses #2209) 2021-10-21 15:31:05 +02:00
linux64Gcc CONFIG: rationalize mpi config tuning (#1910) 2020-11-11 18:36:01 +01:00
linux64Icc CONFIG: additional intel compiler flags (#2056) 2021-04-23 11:39:29 +02:00
linux64Icx CONFIG: additional intel compiler flags (#2056) 2021-04-23 11:39:29 +02:00
linux64Mingw CONFIG: update c++ standard, some compiler rules (partially addresses #2209) 2021-10-21 15:31:05 +02:00
linux64Nvidia CONFIG: update c++ standard, some compiler rules (partially addresses #2209) 2021-10-21 15:31:05 +02:00
linux64Pgi CONFIG: improve support for compiler/link options (#1830) 2020-09-07 09:45:51 +02:00
linuxARM7Gcc CONFIG: improve support for compiler/link options (#1830) 2020-09-07 09:45:51 +02:00
linuxARM64Arm CONFIG: update c++ standard, some compiler rules (partially addresses #2209) 2021-10-21 15:31:05 +02:00
linuxARM64Clang CONFIG: improve support for compiler/link options (#1830) 2020-09-07 09:45:51 +02:00
linuxARM64Fujitsu CONFIG: update c++ standard, some compiler rules (partially addresses #2209) 2021-10-21 15:31:05 +02:00
linuxARM64Gcc CONFIG: improve support for compiler/link options (#1830) 2020-09-07 09:45:51 +02:00
linuxClang CONFIG: rationalize mpi config tuning (#1910) 2020-11-11 18:36:01 +01:00
linuxGcc CONFIG: rationalize mpi config tuning (#1910) 2020-11-11 18:36:01 +01:00
linuxIA64Gcc CONFIG: rationalize mpi config tuning (#1910) 2020-11-11 18:36:01 +01:00
linuxIA64Icc CONFIG: adjust intel compiler and mpi settings (#2056) 2021-04-23 11:39:29 +02:00
linuxIcc CONFIG: rationalize mpi config tuning (#1910) 2020-11-11 18:36:01 +01:00
linuxPPC64Gcc CONFIG: improve support for compiler/link options (#1830) 2020-09-07 09:45:51 +02:00
linuxPPC64leGcc CONFIG: improve support for compiler/link options (#1830) 2020-09-07 09:45:51 +02:00
solaris64Gcc CONFIG: adjust intel compiler and mpi settings (#2056) 2021-04-23 11:39:29 +02:00