aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl14
1 files changed, 6 insertions, 8 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 6a1be64..3a40bff 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -7,16 +7,14 @@ SCHEDULE TimerReport_Startup AT CCTK_STARTUP
LANG: C
} "Startup routine"
-SCHEDULE TimerReport_Output AT CCTK_ANALYSIS
+SCHEDULE TimerReport_Output AS zzz_TimerReport_Output AT CCTK_ANALYSIS
{
LANG: C
- TRIGGERS: triggergroup
+ OPTIONS: global
} "Print the timer report"
-if (before_checkpoint)
+SCHEDULE TimerReport_Checkpoint AS zzz_TimerReport_Checkpoint AT CCTK_CHECKPOINT
{
- SCHEDULE TimerReport_Output AT CCTK_CHECKPOINT
- {
- LANG: C
- } "Print the timer report"
-} \ No newline at end of file
+ LANG: C
+ OPTIONS: global
+} "Print the timer report"