aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl12
1 files changed, 12 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 07ea006..cca4c9e 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -5,3 +5,15 @@ SCHEDULE Slab_InitMPIDatatypes AT startup after Driver_Startup
{
LANG: C
} "Create MPI datatypes for complex variables in C"
+
+SCHEDULE Slab_InitTimers AT startup
+{
+ LANG: C
+} "Initialise timers"
+
+if (timer_output) {
+ SCHEDULE Slab_PrintTimers AT shutdown
+ {
+ LANG: C
+ } "Print timers"
+}