aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
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"