mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: move InfoSwitches, OptimisationSwitches up front in etc/controlDict
- add doc-dir doc/doxygen so it doesn't get forgotten
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
/*--------------------------------*- C++ -*----------------------------------*\
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: 1.7 |
|
| \\ / O peration | Version: 2.0 |
|
||||||
| \\ / A nd | Web: www.OpenFOAM.com |
|
| \\ / A nd | Web: www.OpenFOAM.com |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
@ -24,6 +24,7 @@ Documentation
|
|||||||
"$WM_PROJECT_USER_DIR/html"
|
"$WM_PROJECT_USER_DIR/html"
|
||||||
"~OpenFOAM/html"
|
"~OpenFOAM/html"
|
||||||
"$WM_PROJECT_DIR/doc/Doxygen/html"
|
"$WM_PROJECT_DIR/doc/Doxygen/html"
|
||||||
|
"$WM_PROJECT_DIR/doc/doxygen/html"
|
||||||
);
|
);
|
||||||
doxySourceFileExts
|
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
|
DebugSwitches
|
||||||
{
|
{
|
||||||
Analytical 0;
|
Analytical 0;
|
||||||
@ -864,30 +893,6 @@ DebugSwitches
|
|||||||
zoneToPoint 0;
|
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
|
DimensionedConstants
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user