aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2004-03-12 12:06:52 +0000
committerschnetter <schnetter@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2004-03-12 12:06:52 +0000
commite57b9b7beeb467ab6f425aae0a03709ef3c32a12 (patch)
tree54630d4c8bdc4be236071b3a82fc71015a7c6bf0
parentf8cb0525f10ce751d3fbed3110aa44bea5441fd7 (diff)
Schedule recovery and file reader routines in level mode.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@201 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
-rw-r--r--schedule.ccl4
1 files changed, 2 insertions, 2 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 63366f7..82ed597 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -11,7 +11,7 @@ if (! CCTK_Equals (recover, "no"))
schedule IOUtil_RecoverGH at RECOVER_VARIABLES
{
LANG:C
- OPTIONS: global
+ OPTIONS: level
} "Checkpoint recovery routine"
}
@@ -29,6 +29,6 @@ if (! CCTK_Equals (parfile_write, "no") && parfile_update_every)
schedule IOUtil_UpdateParFile at POSTSTEP
{
LANG:C
- OPTIONS: global
+ OPTIONS: meta
} "Append steered parameters to parameter file"
}