OpenFOAM-2.4.x/etc/config
Henry ae9a670c99 MPI configuration: Added support for SYSTEMMPI
Provided by Bruno Santos
Also some general cleaning and update of comment.
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1167
2015-03-08 22:37:25 +00:00
..
example Initial commit for version 2.3.x 2014-02-17 16:00:08 +00:00
aliases.csh Rationalize foamJob and foamExec 2015-02-06 10:13:17 +00:00
aliases.sh Rationalize foamJob and foamExec 2015-02-06 10:13:17 +00:00
CGAL.csh Initial commit for version 2.3.x 2014-02-17 16:00:08 +00:00
CGAL.sh Initial commit for version 2.3.x 2014-02-17 16:00:08 +00:00
ensight.csh Initial commit for version 2.3.x 2014-02-17 16:00:08 +00:00
ensight.sh Initial commit for version 2.3.x 2014-02-17 16:00:08 +00:00
gperftools.sh Initial commit for version 2.3.x 2014-02-17 16:00:08 +00:00
metis.sh Initial commit for version 2.3.x 2014-02-17 16:00:08 +00:00
paraview.csh Updated header 2015-02-05 19:05:38 +00:00
paraview.sh Updated header 2015-02-05 19:05:38 +00:00
README Initial commit for version 2.3.x 2014-02-17 16:00:08 +00:00
scotch.sh Initial commit for version 2.3.x 2014-02-17 16:00:08 +00:00
settings.csh MPI configuration: Added support for SYSTEMMPI 2015-03-08 22:37:25 +00:00
settings.sh MPI configuration: Added support for SYSTEMMPI 2015-03-08 22:37:25 +00:00
unset.csh Initial commit for version 2.3.x 2014-02-17 16:00:08 +00:00
unset.sh Initial commit for version 2.3.x 2014-02-17 16:00:08 +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

---