mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
ENH: parallel runTimeModifiable - master only
This commit is contained in:
@ -872,6 +872,14 @@ InfoSwitches
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user