From 6e6d3bb4f88480c5b98c30a98131c82fbfcea3b1 Mon Sep 17 00:00:00 2001 From: Mark Olesen Date: Wed, 23 Feb 2011 16:16:28 +0100 Subject: [PATCH] STYLE: move InfoSwitches, OptimisationSwitches up front in etc/controlDict - add doc-dir doc/doxygen so it doesn't get forgotten --- etc/controlDict | 55 +++++++++++++++++++++++++++---------------------- 1 file changed, 30 insertions(+), 25 deletions(-) diff --git a/etc/controlDict b/etc/controlDict index 403aa02285..4aa8a3ec0a 100644 --- a/etc/controlDict +++ b/etc/controlDict @@ -1,7 +1,7 @@ /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 1.7 | +| \\ / O peration | Version: 2.0 | | \\ / A nd | Web: www.OpenFOAM.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ @@ -24,6 +24,7 @@ Documentation "$WM_PROJECT_USER_DIR/html" "~OpenFOAM/html" "$WM_PROJECT_DIR/doc/Doxygen/html" + "$WM_PROJECT_DIR/doc/doxygen/html" ); doxySourceFileExts ( @@ -32,6 +33,34 @@ Documentation ); } + +InfoSwitches +{ + writePrecision 6; + writeJobInfo 0; + + // Allow case-supplied c++ code (#codeStream, codedFixedValue) + allowSystemOperations 0; +} + + +OptimisationSwitches +{ + fileModificationSkew 10; + + //- Modification checking: + // - timeStamp : use modification time on file + // - inotify : use inotify framework + // - timeStampMaster : do time stamp (and file reading) only on master. + // - inotifyMaster : do inotify (and file reading) only on master. + fileModificationChecking timeStampMaster;//inotify;timeStamp;inotifyMaster; + + commsType nonBlocking; //scheduled; //blocking; + floatTransfer 0; + nProcsSimpleSum 0; +} + + DebugSwitches { Analytical 0; @@ -864,30 +893,6 @@ DebugSwitches zoneToPoint 0; } -InfoSwitches -{ - writePrecision 6; - writeJobInfo 0; - - // Allow case-supplied c++ code (#codeStream, codedFixedValue) - allowSystemOperations 0; -} - -OptimisationSwitches -{ - fileModificationSkew 10; - - //- Modification checking: - // - timeStamp : use modification time on file - // - inotify : use inotify framework - // - timeStampMaster : do time stamp (and file reading) only on master. - // - inotifyMaster : do inotify (and file reading) only on master. - fileModificationChecking timeStampMaster;//inotify;timeStamp;inotifyMaster; - - commsType nonBlocking; //scheduled; //blocking; - floatTransfer 0; - nProcsSimpleSum 0; -} DimensionedConstants {