openfoam/etc/config.csh
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
..
example CONFIG: improve robustness/flexibility for MPI config handling 2021-10-18 11:34:02 +02: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
CGAL STYLE: add hints about setting GMP/MPFR within etc/config.*sh/CGAL 2020-08-10 14:38:41 +02:00
compiler CONFIG: update compiler versions 2021-06-14 19:20:15 +02:00
complete-wrapper CONFIG: improve robustness/flexibility for MPI config handling 2021-10-18 11:34:02 +02: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
hypre CONFIG: improve handling of in-source PETSC installations 2020-06-19 12:44:14 +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
petsc CONFIG: update scotch (6.1.0), paraview (5.9.1) and petsc (3.15.0) 2021-05-19 18:16:06 +02:00
settings ENH: extend use of WM_COMPILER_CONTROL to manage compiler versions 2021-11-02 17:30:06 +01:00
setup CONFIG: accept '-lib' for foamCleanPath 2021-10-18 14:58:17 +02:00
tcsh_completion CONFIG: improve robustness/flexibility for MPI config handling 2021-10-18 11:34:02 +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