aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl10
1 files changed, 5 insertions, 5 deletions
diff --git a/schedule.ccl b/schedule.ccl
index ae76b4a..3d432c5 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -8,7 +8,7 @@ schedule IOFlexIO_Startup at STARTUP after ( IOUtil_Startup Driver_Startup )
LANG:C
} "Startup routine"
-schedule IOFlexIO_TerminateGH at CCTK_TERMINATE
+schedule IOFlexIO_TerminateGH at CCTK_TERMINATE after IOFlexIO_TerminationDumpGH
{
LANG:C
} "Closing open IEEEIO files"
@@ -36,10 +36,10 @@ schedule IOFlexIO_ConditionallyDumpGH at CCTK_CHECKPOINT
LANG:C
} "Regular checkpoint routine"
-#schedule IOFlexIO_TerminationDumpGH at CCTK_TERMINATE BEFORE Driver_Terminate
-#{
-# LANG:C
-#} "Termination checkpoint routine"
+schedule IOFlexIO_TerminationDumpGH at CCTK_TERMINATE BEFORE Driver_Terminate
+{
+ LANG:C
+} "Termination checkpoint routine"
if (! CCTK_Equals (recover, "no") && *recover_file)
{