aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authortradke <tradke@4825ed28-b72c-4eae-9704-e50c059e567d>2000-09-22 14:21:42 +0000
committertradke <tradke@4825ed28-b72c-4eae-9704-e50c059e567d>2000-09-22 14:21:42 +0000
commitb9f4c2e40c5013624a2a61e92fda1ab133eda073 (patch)
tree8f2bc3faa53ac5771e63b4e5053f2c2db0046617 /schedule.ccl
parent99019aafa0ad4b1580799744004ea222ecf9f96c (diff)
Made IOHDF5 compiling again.
Put in all the recent (mostly name) changes from IOUtil and the flesh. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@19 4825ed28-b72c-4eae-9704-e50c059e567d
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl27
1 files changed, 9 insertions, 18 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 7d9ed82..54ce214 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -17,29 +17,20 @@ schedule SliceCenterSetup at BASEGRID after IOASCII_Choose1D
########################################################################
### register checkpointing routines
########################################################################
-if (checkpoint && checkpoint_ID)
+schedule IOHDF5_InitialDataDumpGH at CCTK_CPINITIAL
{
- schedule IOHDF5_InitialDataDumpGH at CCTK_CPINITIAL
- {
- LANG:C
- } "Initial data checkpoint routine"
-}
+ LANG:C
+} "Initial data checkpoint routine"
-if (checkpoint && checkpoint_every > 0)
+schedule IOHDF5_ConditionallyDumpGH at CCTK_CHECKPOINT
{
- schedule IOHDF5_ConditionallyDumpGH at CCTK_CHECKPOINT
- {
- LANG:C
- } "Regular checkpoint routine"
-}
+ LANG:C
+} "Regular checkpoint routine"
-#if (checkpoint)
+#schedule IOHDF5_TerminationDumpGH at CCTK_TERMINATE BEFORE Driver_Terminate
#{
-# schedule IOHDF5_TerminationDumpGH at CCTK_TERMINATE BEFORE Driver_Terminate
-# {
-# LANG:C
-# } "Termination checkpoint routine"
-#}
+# LANG:C
+#} "Termination checkpoint routine"
if (! CCTK_Equals (recover, "no") && *recover_file)
{