openfoam/etc
Mark Olesen 2698cab01c ENH: extend use of WM_COMPILER_CONTROL to manage compiler versions
- for compilers such as gcc and clang, may have several different
  variants installed on the computer. Use WM_COMPILER_CONTROL to
  specify the preferred variant.

  Eg,
      WM_COMPILER=Gcc
      WM_COMPILER_CONTROL="version=8"

      will compile with "gcc-8" and "g++-8"

  Good practice would be to tag output directory names with the
  version too. Eg

      WM_COMPILER=Clang110
      WM_COMPILER_CONTROL="version=11.0"

STYLE: modify message for change of gcc -> clang (darwin)
2021-11-02 17:30:06 +01:00
..
caseDicts BUG: collated: threaded writing accesses out-of-scope. Fixes #2257. 2021-11-02 14:26:30 +00:00
codeTemplates ENH: provide dictionary access for coded BCs etc (#1922) 2021-06-07 10:28:15 +02:00
config.csh ENH: extend use of WM_COMPILER_CONTROL to manage compiler versions 2021-11-02 17:30:06 +01:00
config.sh ENH: extend use of WM_COMPILER_CONTROL to manage compiler versions 2021-11-02 17:30:06 +01: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 ENH: extend use of WM_COMPILER_CONTROL to manage compiler versions 2021-11-02 17:30:06 +01: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 BUG: collated: threaded writing accesses out-of-scope. Fixes #2257. 2021-11-02 14:26:30 +00:00
cshrc ENH: extend use of WM_COMPILER_CONTROL to manage compiler versions 2021-11-02 17:30:06 +01:00
openfoam CONFIG: inline _foamEval within <etc/config.sh/setup> 2021-06-18 17:14:22 +02:00