From fe88d9e6f770a9d36acc8ffc02655a5c68fa8b7d Mon Sep 17 00:00:00 2001 From: tradke Date: Mon, 6 May 2002 09:16:28 +0000 Subject: Parameter names changes as announced in today's mail to users@cactuscode.org. You must also update thorn IOUtil now. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@241 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 ae3c1e7..e2e8a75 100644 --- a/schedule.ccl +++ b/schedule.ccl @@ -9,7 +9,7 @@ schedule IOFlexIO_Startup at STARTUP after ( IOUtil_Startup Driver_Startup ) LANG:C } "Startup routine" -schedule IOFlexIO_TerminateGH at CCTK_TERMINATE after IOFlexIO_TerminationCheckpoint +schedule IOFlexIO_TerminateGH at TERMINATE after IOFlexIO_TerminationCheckpoint { LANG:C } "Closing open IEEEIO files" @@ -27,24 +27,24 @@ schedule IOFlexIO_Choose2D at BASEGRID after SpatialCoordinates ######################################################################## ### register checkpoint/recovery routines ######################################################################## -schedule IOFlexIO_InitialDataCheckpoint at CCTK_CPINITIAL +schedule IOFlexIO_InitialDataCheckpoint at CPINITIAL { LANG:C } "Initial data checkpoint routine" -schedule IOFlexIO_EvolutionCheckpoint at CCTK_CHECKPOINT +schedule IOFlexIO_EvolutionCheckpoint at CHECKPOINT { LANG:C } "Evolution data checkpoint routine" -schedule IOFlexIO_TerminationCheckpoint at CCTK_TERMINATE BEFORE Driver_Terminate +schedule IOFlexIO_TerminationCheckpoint at TERMINATE BEFORE Driver_Terminate { LANG:C } "Termination checkpoint routine" if (! CCTK_Equals (recover, "no") && *recover_file) { - schedule IOFlexIO_RecoverParameters at CCTK_RECOVER_PARAMETERS + schedule IOFlexIO_RecoverParameters at RECOVER_PARAMETERS { LANG:C } "Parameter recovery routine" -- cgit v1.2.3