aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl22
1 files changed, 22 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
new file mode 100644
index 0000000..6a1be64
--- /dev/null
+++ b/schedule.ccl
@@ -0,0 +1,22 @@
+# Schedule definitions for thorn TimerReport
+# $Header$
+
+
+SCHEDULE TimerReport_Startup AT CCTK_STARTUP
+{
+ LANG: C
+} "Startup routine"
+
+SCHEDULE TimerReport_Output AT CCTK_ANALYSIS
+{
+ LANG: C
+ TRIGGERS: triggergroup
+} "Print the timer report"
+
+if (before_checkpoint)
+{
+ SCHEDULE TimerReport_Output AT CCTK_CHECKPOINT
+ {
+ LANG: C
+ } "Print the timer report"
+} \ No newline at end of file