aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--schedule.ccl6
1 files changed, 6 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 6848f6c..5ad13c3 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -29,3 +29,9 @@ if (checkpoint) {
LANG:C
} "Termination checkpoint routine"
}
+
+if (! CCTK_Equals (recover, "no") && *recover_file) {
+ schedule IOFlexIO_RecoverParameters at CCTK_RECOVER_PARAMETERS {
+ LANG:C
+ } "Parameter recovery routine"
+}