From 0aa7280b8ba45d08a716567590d874d683bc401b Mon Sep 17 00:00:00 2001 From: eschnett Date: Thu, 30 Sep 2010 18:03:37 +0000 Subject: Improve parameter descriptions git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/TimerReport/trunk@35 d0051148-8e13-4bef-be1d-f6c572c85f9f --- param.ccl | 4 ++-- 1 file 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" -- cgit v1.2.3