From 09e953d73565c8a0d19c53098db7b2a678faeb2f Mon Sep 17 00:00:00 2001 From: allen Date: Sun, 6 Jul 2003 12:28:44 +0000 Subject: This commit was generated by cvs2svn to compensate for changes in r2, which included commits to RCS files with non-trunk default branches. git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/TimerReport/trunk@3 d0051148-8e13-4bef-be1d-f6c572c85f9f --- schedule.ccl | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 schedule.ccl (limited to 'schedule.ccl') 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 -- cgit v1.2.3