aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
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"