From 9d140efeb87d997cc0c3e6ff559b3b2f924c7141 Mon Sep 17 00:00:00 2001 From: schnetter Date: Sun, 15 Mar 2009 15:33:51 +0000 Subject: Add functionality to output reductions over all processes into a single file. This allows easily looking at overall timing results. This is enabled via a new parameter "output_all_timers_together", and implemented in a new routine "OutputAllTimersTogether". Currently average, minimum, and maximum over all processes are calculated. git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/TimerReport/trunk@28 d0051148-8e13-4bef-be1d-f6c572c85f9f --- schedule.ccl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'schedule.ccl') diff --git a/schedule.ccl b/schedule.ccl index e10d99b..a6148c8 100644 --- a/schedule.ccl +++ b/schedule.ccl @@ -2,13 +2,13 @@ # $Header$ -SCHEDULE TimerReport_Output AS zzz_TimerReport_Output AT CCTK_ANALYSIS +SCHEDULE TimerReport_OutputEvery AS zzz_TimerReport_Output AT CCTK_ANALYSIS { LANG: C OPTIONS: global } "Print the timer report" -SCHEDULE TimerReport_Output AS zzz_TimerReport_Output AT CCTK_TERMINATE BEFORE Driver_Terminate +SCHEDULE TimerReport_OutputTerminate AS zzz_TimerReport_Output AT CCTK_TERMINATE BEFORE Driver_Terminate { LANG: C OPTIONS: global -- cgit v1.2.3