aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authortradke <tradke@4825ed28-b72c-4eae-9704-e50c059e567d>2000-10-12 12:02:46 +0000
committertradke <tradke@4825ed28-b72c-4eae-9704-e50c059e567d>2000-10-12 12:02:46 +0000
commitfd20857185fcfe97038e024765271e8e97cbc81c (patch)
treea104067dfc4b8560382546c36deeadfccd73c4f2 /schedule.ccl
parent0d9f92b135ca16814f505442fa58bdf2a768a5d4 (diff)
Changed names of scheduled checkpoint/recovery routines.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@22 4825ed28-b72c-4eae-9704-e50c059e567d
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl20
1 files changed, 10 insertions, 10 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 25c830a..5715814 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -2,32 +2,32 @@
# $Header$
########################################################################
-### register IOHDF5 routines
+### register startup/termination routines
########################################################################
-schedule IOHDF5_Startup at STARTUP after (IOUtil_Startup Driver_Startup)
+schedule IOHDF5_Startup at STARTUP after IOHDF5Util_Startup
{
LANG:C
} "IOHDF5 startup routine"
-schedule SliceCenterSetup at BASEGRID after IOASCII_Choose1D
-{
- LANG:C
-} "IOHDF5 set slice center"
+#schedule SliceCenterSetup at BASEGRID after IOASCII_Choose1D
+#{
+# LANG:C
+#} "IOHDF5 set slice center"
########################################################################
### register checkpointing routines
########################################################################
-schedule IOHDF5_InitialDataDumpGH at CCTK_CPINITIAL
+schedule IOHDF5_InitialDataCheckpoint at CCTK_CPINITIAL
{
LANG:C
} "Initial data checkpoint routine"
-schedule IOHDF5_ConditionallyDumpGH at CCTK_CHECKPOINT
+schedule IOHDF5_EvolutionCheckpoint at CCTK_CHECKPOINT
{
LANG:C
-} "Regular checkpoint routine"
+} "Evolution data checkpoint routine"
-schedule IOHDF5_TerminationDumpGH at CCTK_TERMINATE BEFORE Driver_Terminate
+schedule IOHDF5_TerminationCheckpoint at CCTK_TERMINATE before IOHDF5Util_Terminate
{
LANG:C
} "Termination checkpoint routine"