OpenFOAM-4.x-lab/etc/config
Henry 2a614865ff Added and verified support for 64bit labels
To compile with 64bit labels set

WM_LABEL_SIZE=64

in ~/OpenFOAM/dev/prefs.sh

source ~/.bashrc

then Allwmake in OpenFOAM-dev.

This will build into for example OpenFOAM-dev/platforms/linux64ClangDPInt64Opt

If WM_LABEL_SIZE is unset or set to 32:

WM_LABEL_SIZE=32

the build would be placed into OpenFOAM-dev/platforms/linux64ClangDPInt32Opt

Thus both 32bit and 64bit label builds can coexist without problem.
2014-12-31 19:02:52 +00:00
..
example Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
aliases.csh Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
aliases.sh Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
CGAL.csh Added and verified support for 64bit labels 2014-12-31 19:02:52 +00:00
CGAL.sh Added and verified support for 64bit labels 2014-12-31 19:02:52 +00: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 Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
paraview.sh Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
README Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
scotch.sh Added and verified support for 64bit labels 2014-12-31 19:02:52 +00:00
settings.csh Added and verified support for 64bit labels 2014-12-31 19:02:52 +00:00
settings.sh Added and verified support for 64bit labels 2014-12-31 19:02:52 +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

---