aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreschnett <eschnett@d0051148-8e13-4bef-be1d-f6c572c85f9f>2010-09-30 18:03:37 +0000
committereschnett <eschnett@d0051148-8e13-4bef-be1d-f6c572c85f9f>2010-09-30 18:03:37 +0000
commit0aa7280b8ba45d08a716567590d874d683bc401b (patch)
tree55024a7288464ef1ba9eef2125cca0eef67de13a
parenta23532369bff085908194a5f3b42abadf144dc8c (diff)
Improve parameter descriptions
git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/TimerReport/trunk@35 d0051148-8e13-4bef-be1d-f6c572c85f9f
-rw-r--r--param.ccl4
1 files changed, 2 insertions, 2 deletions
diff --git a/param.ccl b/param.ccl
index adbd09c..35a3937 100644
--- a/param.ccl
+++ b/param.ccl
@@ -33,11 +33,11 @@ BOOLEAN output_all_timers "Output one file per processor containing all the Cact
{
} "no"
-BOOLEAN output_all_timers_together "Output one file containing information about all the Cactus timers" STEERABLE=ALWAYS
+BOOLEAN output_all_timers_together "Output three files (formats .txt, .csv, and .tsv), containing information about all the Cactus timers (average, minimum, and maximum over all processors)" STEERABLE=ALWAYS
{
} "no"
-BOOLEAN output_all_timers_readable "Output one file containing information about all the Cactus timers, in a format that is readable by humans" STEERABLE=ALWAYS
+BOOLEAN output_all_timers_readable "Output one file containing information about all the Cactus timers (average, minimum, and maximum over all processors), in a format that is readable by humans" STEERABLE=ALWAYS
{
} "no"