aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authortradke <tradke@38c3d835-c875-442e-b0fe-21c19ce1d001>2002-04-23 16:41:31 +0000
committertradke <tradke@38c3d835-c875-442e-b0fe-21c19ce1d001>2002-04-23 16:41:31 +0000
commitcf7d25d425bb83833c99ff88a73ea4838b50feb5 (patch)
tree500f5d7deee8c35c0360f39f994b32b78fda25d9 /schedule.ccl
parenta1063cbd7ddb585ac878ce431bc929a5fd8271e9 (diff)
Code cleanup before moving into production mode.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@29 38c3d835-c875-442e-b0fe-21c19ce1d001
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl23
1 files changed, 1 insertions, 22 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 3e53fb4..408792b 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -4,7 +4,7 @@
########################################################################
### register IOPanda routines
########################################################################
-schedule IOPanda_Startup at STARTUP after (IOUtil_Startup Driver_Startup)
+schedule IOPanda_Startup at STARTUP after IOUtil_Startup
{
LANG:C
} "IOPanda startup routine"
@@ -13,24 +13,3 @@ schedule IOPanda_Finalize at CCTK_TERMINATE
{
LANG:C
} "IOPanda finalize routine"
-
-########################################################################
-### register checkpointing routines
-########################################################################
-#if (checkpoint && checkpoint_ID) {
-# schedule IOPanda_InitialDataDumpGH at CCTK_CPINITIAL {
-# LANG:C
-# } "Initial data checkpoint routine"
-#}
-
-#if (checkpoint && checkpoint_every > 0) {
-# schedule IOPanda_ConditionallyDumpGH at CCTK_CHECKPOINT {
-# LANG:C
-# } "Regular checkpoint routine"
-#}
-
-#if (checkpoint) {
-# schedule IOPanda_TerminationDumpGH at CCTK_TERMINATE {
-# LANG:C
-# } "Termination checkpoint routine"
-#}