aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authortradke <tradke@ebee0441-1374-4afa-a3b5-247f3ba15b9a>2000-10-05 12:23:56 +0000
committertradke <tradke@ebee0441-1374-4afa-a3b5-247f3ba15b9a>2000-10-05 12:23:56 +0000
commitd4c141d8d76072f79e6ea70d4759fdaf0d8e03aa (patch)
tree902cfb9d9ee3cd80651afc67abff725b386e0543 /schedule.ccl
parent3d2a77163033c72ab235e40100b7bddc39a1cb7e (diff)
Reactivated the termination checkpoint routine.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@160 ebee0441-1374-4afa-a3b5-247f3ba15b9a
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)
{