38,763
edits
(Updating to match new version of source page) |
(Updating to match new version of source page) |
||
Line 75: | Line 75: | ||
|cp $WM_PROJECT_DIR/etc/controlDict $HOME/.OpenFOAM/$WM_PROJECT_VERSION/ | |cp $WM_PROJECT_DIR/etc/controlDict $HOME/.OpenFOAM/$WM_PROJECT_VERSION/ | ||
}} | }} | ||
There are a variety of other parameters which can be used to reduce the amount of output that OpenFOAM writes to disk as well as the frequency; these run-time parameters are documented for [https://cfd.direct/openfoam/user-guide/v6-controldict/ version 6] and [https://cfd.direct/openfoam/user-guide/v7-controldict/ version 7]. | |||
For example, the <code>debugSwitches</code> dictionary in <code>$HOME/.OpenFOAM/$WM_PROJECT_VERSION/controlDict</code> can be altered to change the flags from values greater than zero to zero. Another solution would be to make use of the local scratch (<tt>$SLURM_TMPDIR</tt>), a disk attached directly to the compute node, discussed [[Handling_large_collections_of_files#Local_disk|here]]. |