aboutsummaryrefslogtreecommitdiff
path: root/param.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 /param.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 'param.ccl')
-rw-r--r--param.ccl6
1 files changed, 5 insertions, 1 deletions
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"