From d4c141d8d76072f79e6ea70d4759fdaf0d8e03aa Mon Sep 17 00:00:00 2001 From: tradke Date: Thu, 5 Oct 2000 12:23:56 +0000 Subject: Reactivated the termination checkpoint routine. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@160 ebee0441-1374-4afa-a3b5-247f3ba15b9a --- schedule.ccl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'schedule.ccl') 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) { -- cgit v1.2.3