aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2005-06-14 13:46:07 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2005-06-14 13:46:07 +0000
commit57e66ad6c345bcc1e7f805ce95ac0ca39bc6184d (patch)
tree4901d9cd37871d666829aa26251c00610f9563d5 /param.ccl
parent3b07258fb3f9f42185aafd174a93a80aa29a326f (diff)
* implement new verbose_level option "no output"
* decrease the default verbose_level from "algorithm highlights" down to "physics details" git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1423 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl6
1 files changed, 4 insertions, 2 deletions
diff --git a/param.ccl b/param.ccl
index ac30220..eb712a4 100644
--- a/param.ccl
+++ b/param.ccl
@@ -165,10 +165,12 @@ Boolean always_broadcast_horizon_shape \
keyword verbose_level \
"controls which (how many) messages to print describing AH finding"
{
+"no output" :: "don't print anything"
+
# 1 line each time step giving which horizons were found
"physics highlights" :: "just a few physics messages"
-# 1 line for each horizon giving position/mass/area, + a summary line or two
+# 2 lines for each horizon giving position/mass/area, + a summary line or two
"physics details" :: "more detailed physics messages"
# 1 line giving Theta(h) norms at each Newton iteration
@@ -182,7 +184,7 @@ keyword verbose_level \
# even more details tracing what the code is doing :)
"algorithm debug" :: \
"physics details + lots and lots of messages about the AH-finding algorithm"
-} "algorithm highlights"
+} "physics details"
# n.b. printing timing stats is independent of verbose_level
Boolean print_timing_stats \