aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authortradke <tradke@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2002-05-06 09:09:18 +0000
committertradke <tradke@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2002-05-06 09:09:18 +0000
commit91b1b6c26186eb19eef57e63f3c6fab3d9f807bb (patch)
treeae5c1cd527ca8b3cdd115fc5ad0b69a9e1f1f050 /schedule.ccl
parent8cedc4e09c9fcd5beaa9a32147791c85d09e43a4 (diff)
Parameter names changes as announced in today's mail to users@cactuscode.org.
You must update all other I/O thorns now. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@163 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl8
1 files changed, 7 insertions, 1 deletions
diff --git a/schedule.ccl b/schedule.ccl
index a499340..037be57 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -1,4 +1,5 @@
# Schedule definitions for thorn IOUtil
+# $Header$
schedule IOUtil_Startup at STARTUP after Driver_Startup
{
@@ -13,7 +14,7 @@ if (! CCTK_Equals (recover, "no"))
} "Checkpoint recovery routine"
}
-if (*recover_ID_files)
+if (*filereader_ID_files)
{
schedule IOUtil_RecoverIDFromDatafiles at CCTK_RECOVER_VARIABLES after IOUtil_RecoverGH
{
@@ -28,3 +29,8 @@ if (! CCTK_Equals (parfile_write, "no") && parfile_update_every)
LANG:C
} "Append steered parameters to parameter file"
}
+
+schedule IOUtil_FixRecoveryParameters at RECOVER_PARAMETERS
+{
+ LANG:C
+} "Fix recovery parameter settings deprecated in beta13"