BUG: potentialFoam/cylinder: indexing into non-existing patch in parallel
[OpenFOAM-2.0.x.git] / etc / config / README
blob2ad58dda547022578aff318ac6329aad4270a497
1 The main OpenFOAM settings are located in the parent etc/ directory
3 * bashrc, cshrc
4   entry point for sourcing
6 * prefs.csh, prefs.sh
7   these files are untracked and can be used for some site-defined
8   settings
11 The etc/config/ directory contains various configuration files in
12 sh/csh variants:
14 * settings.csh, settings.sh
15   core settings
17 * aliases.csh, aliases.sh
18   aliases for interactive shells
20 * unset.csh, unset.sh
21   sourced to clear as many OpenFOAM environment settings as possible
24 * ensight.csh, ensight.sh
25   application settings for EnSight
27 * paraview.csh, paraview.sh
28   application settings for ParaView
30 * scotch.sh
31   application settings for compiling against scotch
33 ---
35 The config/example directory contains various example configuration files
36 in sh/csh variants
38 * compiler.csh, compiler.sh
39   an example of fine tuning ThirdParty compiler settings for OpenFOAM
41 * openmpi.csh, openmpi.sh
42   an example of fine tuning openmpi settings for OpenFOAM
44 * paraview.csh, paraview.sh
45   an example of chaining to the standard config/paraview.sh with a
46   different ParaView_VERSION
48 * prefs.csh, prefs.sh
49   an example of supplying alternative site-defined settings
51 ---