mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: foamUpgradeCyclics,foamFormatConvert etc: switch off master-only reading.
This commit is contained in:
@ -305,7 +305,8 @@ int main(int argc, char *argv[])
|
||||
instance = args.options()["instance"];
|
||||
}
|
||||
|
||||
// Make sure we do not use the master-only reading.
|
||||
// Make sure we do not use the master-only reading since we read
|
||||
// fields (different per processor) as dictionaries.
|
||||
regIOobject::fileModificationChecking = regIOobject::timeStamp;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user