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