aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authortradke <tradke@4825ed28-b72c-4eae-9704-e50c059e567d>2000-10-05 12:25:48 +0000
committertradke <tradke@4825ed28-b72c-4eae-9704-e50c059e567d>2000-10-05 12:25:48 +0000
commit0d9f92b135ca16814f505442fa58bdf2a768a5d4 (patch)
treeab4115f83a3ad595c1e6dfc8cc6d3d6d616901c3 /schedule.ccl
parent4379907986f61a63ad6af975d3ea2855ff27e91b (diff)
Reactivated the termination checkpoint routine.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@21 4825ed28-b72c-4eae-9704-e50c059e567d
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl8
1 files changed, 4 insertions, 4 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 54ce214..25c830a 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -27,10 +27,10 @@ schedule IOHDF5_ConditionallyDumpGH at CCTK_CHECKPOINT
LANG:C
} "Regular checkpoint routine"
-#schedule IOHDF5_TerminationDumpGH at CCTK_TERMINATE BEFORE Driver_Terminate
-#{
-# LANG:C
-#} "Termination checkpoint routine"
+schedule IOHDF5_TerminationDumpGH at CCTK_TERMINATE BEFORE Driver_Terminate
+{
+ LANG:C
+} "Termination checkpoint routine"
if (! CCTK_Equals (recover, "no") && *recover_file)
{