From 912c6e5926e68c0110bfa30ec0e251c40593ddc4 Mon Sep 17 00:00:00 2001
From: Henry <Henry>
Date: Fri, 23 Jan 2015 09:21:39 +0000
Subject: [PATCH] controlDict: change timeStampMaster -> timeStamp Currently
 timeStampMaster does not support re-reading of IOdictionaries in parallel

---
 etc/controlDict | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/etc/controlDict b/etc/controlDict
index b14599c5e22..b82989f65b0 100644
--- a/etc/controlDict
+++ b/etc/controlDict
@@ -56,14 +56,15 @@ OptimisationSwitches
     //  - 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;
+    fileModificationChecking timeStamp;
 
     commsType       nonBlocking; //scheduled; //blocking;
     floatTransfer   0;
     nProcsSimpleSum 0;
 
     // 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
     stopAtWriteNowSignal        -1;
 }
-- 
GitLab