aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorschnetter <schnetter@d0051148-8e13-4bef-be1d-f6c572c85f9f>2009-03-15 15:33:51 +0000
committerschnetter <schnetter@d0051148-8e13-4bef-be1d-f6c572c85f9f>2009-03-15 15:33:51 +0000
commit9d140efeb87d997cc0c3e6ff559b3b2f924c7141 (patch)
treed0e6885384118b6ebbc38dfe6b32fc5023bdefca /schedule.ccl
parent976a3d60cce88a4df62b6c2d3d818be60e476306 (diff)
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
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl4
1 files changed, 2 insertions, 2 deletions
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