controlDict: change timeStampMaster -> timeStamp
Currently timeStampMaster does not support re-reading of IOdictionaries in parallel
This commit is contained in:
parent
9714a61e9e
commit
90e78229d5
1 changed files with 3 additions and 2 deletions
|
|
@ -56,14 +56,15 @@ OptimisationSwitches
|
||||||
// - inotify : use inotify framework
|
// - inotify : use inotify framework
|
||||||
// - timeStampMaster : do time stamp (and file reading) only on master.
|
// - timeStampMaster : do time stamp (and file reading) only on master.
|
||||||
// - inotifyMaster : do inotify (and file reading) only on master.
|
// - inotifyMaster : do inotify (and file reading) only on master.
|
||||||
fileModificationChecking timeStampMaster;//inotify;timeStamp;inotifyMaster;
|
fileModificationChecking timeStamp;
|
||||||
|
|
||||||
commsType nonBlocking; //scheduled; //blocking;
|
commsType nonBlocking; //scheduled; //blocking;
|
||||||
floatTransfer 0;
|
floatTransfer 0;
|
||||||
nProcsSimpleSum 0;
|
nProcsSimpleSum 0;
|
||||||
|
|
||||||
// Force dumping (at next timestep) upon signal (-1 to disable)
|
// Force dumping (at next timestep) upon signal (-1 to disable)
|
||||||
writeNowSignal -1; //10;
|
writeNowSignal -1; // 10;
|
||||||
|
|
||||||
// Force dumping (at next timestep) upon signal (-1 to disable) and exit
|
// Force dumping (at next timestep) upon signal (-1 to disable) and exit
|
||||||
stopAtWriteNowSignal -1;
|
stopAtWriteNowSignal -1;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue