OpenFOAM-4.x/etc/config
2015-10-27 10:18:03 +00:00
..
example Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
aliases.csh Update headers 2015-02-06 10:11:42 +00:00
aliases.sh Update headers 2015-02-06 10:11:42 +00:00
CGAL.csh CGAL: Upgrade to 4.7 2015-10-23 17:25:59 +01:00
CGAL.sh CGAL: Upgrade to 4.7 2015-10-23 17:25:59 +01:00
ensight.csh Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
ensight.sh Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
gperftools.sh Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
metis.sh Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
paraview.csh ParaView: Upgrade to 4.4.0 2015-10-27 10:18:03 +00:00
paraview.sh ParaView: Upgrade to 4.4.0 2015-10-27 10:18:03 +00:00
README Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
scotch.sh Upgraded scotch to 6.0.3 (6.0.4 failed to compile) 2015-05-18 22:34:39 +01:00
settings.csh OpenMPI: Upgrade to version 1.10.0 2015-10-25 10:16:56 +00:00
settings.sh OpenMPI: Upgrade to version 1.10.0 2015-10-25 10:16:56 +00:00
unset.csh Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
unset.sh Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00

The main OpenFOAM settings are located in the parent etc/ directory

* bashrc, cshrc
  entry point for sourcing

* prefs.csh, prefs.sh
  these files are untracked and can be used for some site-defined
  settings


The etc/config/ directory contains various configuration files in
sh/csh variants:

* settings.csh, settings.sh
  core settings

* aliases.csh, aliases.sh
  aliases for interactive shells

* unset.csh, unset.sh
  sourced to clear as many OpenFOAM environment settings as possible


* ensight.csh, ensight.sh
  application settings for EnSight

* paraview.csh, paraview.sh
  application settings for ParaView

* scotch.sh
  application settings for compiling against scotch

* metis.sh
  application settings for compiling against metis 5

---

The config/example directory contains various example configuration files
in sh/csh variants

* compiler.csh, compiler.sh
  an example of fine tuning ThirdParty compiler settings for OpenFOAM

* openmpi.csh, openmpi.sh
  an example of fine tuning openmpi settings for OpenFOAM

* paraview.csh, paraview.sh
  an example of chaining to the standard config/paraview.sh with a
  different ParaView_VERSION

* prefs.csh, prefs.sh
  an example of supplying alternative site-defined settings

---