aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2004-01-07 13:33:45 +0000
committertradke <tradke@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2004-01-07 13:33:45 +0000
commit68884714aaf82a34feefd629d2c597b0a8da01c9 (patch)
tree0789294c8f61489a5a4801b4d76eaaa06194ac6b
parente060a710ebb9e7cbe90249ed5a6d21877db50193 (diff)
Schedule IOUtil_RecoverGH at RECOVER_VARIABLES globally so that
Carpet checkpoint/recovery works. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@197 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
-rw-r--r--schedule.ccl1
1 files changed, 1 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index cce6a78..640ae93 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -11,6 +11,7 @@ if (! CCTK_Equals (recover, "no"))
schedule IOUtil_RecoverGH at RECOVER_VARIABLES
{
LANG:C
+ OPTIONS: global
} "Checkpoint recovery routine"
}