openfoam/etc/config
2013-09-27 13:00:17 +01:00
..
example ENH: etc/prefs: show how to set up clang 2013-08-06 10:30:40 +01:00
aliases.csh Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00
aliases.sh ENH: redirect to stderr when sourcing bashrc (Mark Olesen) 2012-06-29 09:31:14 +01:00
ensight.csh Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00
ensight.sh Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00
gperftools.sh COMP: Add gperftools config file 2012-12-11 16:28:11 +00:00
metis.sh ENH: metisDecomp: support for metis-5.1 2013-08-05 16:38:16 +01:00
paraview4.csh ENH: paraview4: added csh support 2013-07-03 12:32:09 +01:00
paraview4.sh ENH: paraview4: added csh support 2013-07-03 12:32:09 +01:00
paraview.csh ENH: paraview4: added csh support 2013-07-03 12:32:09 +01:00
paraview.sh ENH: paraview4: added csh support 2013-07-03 12:32:09 +01:00
README ENH: README: added Metis 2013-09-05 15:19:27 +01:00
scotch.sh ENH: scotch: update to version 6.0.0 2012-12-06 09:14:31 +00:00
settings.csh Upgrade gcc and OpenMpi versions to the latest 2013-09-25 13:08:33 +01:00
settings.sh ENH: foamyHexMesh: Add new mixerVessel tutorial with baffles 2013-09-27 13:00:17 +01:00
unset.csh COMP: paraview: move include directory setting to paraview.sh 2013-01-03 16:15:17 +00:00
unset.sh COMP: paraview: move include directory setting to paraview.sh 2013-01-03 16:15:17 +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

---