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 --- param.ccl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'param.ccl') diff --git a/param.ccl b/param.ccl index 211f5ce..a946b5b 100644 --- a/param.ccl +++ b/param.ccl @@ -29,7 +29,11 @@ BOOLEAN next "On next iteration" STEERABLE=ALWAYS { } "no" -BOOLEAN output_all_timers "Output a separate file containing all the Cactus timers" STEERABLE=ALWAYS +BOOLEAN output_all_timers "Output one file per processor containing all the Cactus timers" STEERABLE=ALWAYS +{ +} "no" + +BOOLEAN output_all_timers_together "Output one file containing information about all the Cactus timers" STEERABLE=ALWAYS { } "no" -- cgit v1.2.3