openfoam/etc/config
2012-10-27 21:34:40 +01:00
..
example Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +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
paraview.csh ENH: Updated paraview to version 3.12.0 2011-11-23 11:40:02 +00:00
paraview.sh ENH: Updated paraview to version 3.12.0 2011-11-23 11:40:02 +00:00
README CONF: move settings.{csh,sh} into OpenFOAM etc/config 2011-05-19 13:35:41 +02:00
scotch.sh Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00
settings.csh Updated to avoid creating PINC and PLIBS environment variables 2012-10-27 21:34:40 +01:00
settings.sh Updated to avoid creating PINC and PLIBS environment variables 2012-10-27 21:34:40 +01:00
unset.csh Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00
unset.sh Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01: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

---

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

---