aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorallen <allen@ebee0441-1374-4afa-a3b5-247f3ba15b9a>1999-07-30 22:46:00 +0000
committerallen <allen@ebee0441-1374-4afa-a3b5-247f3ba15b9a>1999-07-30 22:46:00 +0000
commit0d0f6983f1800c01c8553bc8e4be441342252b0b (patch)
treefea31440962f5a8d74c53b8f821804c919e8d415 /schedule.ccl
parentfa54b6d245abe8c84bb6e89ef30fd4f5cef66b29 (diff)
A lot of parameter name changes, especially for IO
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@27 ebee0441-1374-4afa-a3b5-247f3ba15b9a
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl6
1 files changed, 3 insertions, 3 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 5b0025b..bafa603 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -12,19 +12,19 @@ schedule IOFlexIO_Startup at STARTUP
########################################################################
### register checkpointing routines
########################################################################
-if (checkpoint_FlexIO && checkpoint_ID) {
+if (checkpoint && checkpoint_ID) {
schedule IOFlexIO_InitialDataDumpGH at CCTK_CPINITIAL {
LANG:C
} "Initial data checkpoint routine"
}
-if (checkpoint_FlexIO && checkpoint_every > 0) {
+if (checkpoint && checkpoint_every > 0) {
schedule IOFlexIO_ConditionallyDumpGH at CCTK_CHECKPOINT {
LANG:C
} "Regular checkpoint routine"
}
-if (checkpoint_FlexIO) {
+if (checkpoint) {
schedule IOFlexIO_TerminationDumpGH at CCTK_TERMINATE {
LANG:C
} "Termination checkpoint routine"