aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/param.ccl
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2012-02-24 19:58:54 -0500
committerErik Schnetter <schnetter@cct.lsu.edu>2012-02-24 19:58:54 -0500
commitdce37300eb142a05aed8d6db1c865cc1f434b17a (patch)
tree1888773faf66bd0b83abc068a9a8e97b526aa5ae /Carpet/Carpet/param.ccl
parent34181a5c6c82ece159f7466fea9e61e083b87f8c (diff)
CarpetLib: Reorder timing parameters in param.ccl
Diffstat (limited to 'Carpet/Carpet/param.ccl')
-rw-r--r--Carpet/Carpet/param.ccl31
1 files changed, 15 insertions, 16 deletions
diff --git a/Carpet/Carpet/param.ccl b/Carpet/Carpet/param.ccl
index 450ac0949..a9d0a7dbd 100644
--- a/Carpet/Carpet/param.ccl
+++ b/Carpet/Carpet/param.ccl
@@ -386,6 +386,21 @@ BOOLEAN timers_verbose "Output (debug) messages when a timer is started or stopp
{
} "no"
+STRING timer_xml_clock "Which clock to use in the XML timer output file"
+{
+ ".*" :: "must be a legal clock name"
+} "gettimeofday"
+
+BOOLEAN output_initialise_timer_tree "Output timing information in tree form to standard output for Initialise"
+{
+} "no"
+
+INT output_timer_tree_every "Output timing information in tree form to standard output for Evolve every so many iterations"
+{
+ 0 :: "don't report"
+ 1:* :: "report every so many iterations"
+} 0
+
BOOLEAN recompose_verbose "Output debug information during recomposing" STEERABLE=ALWAYS
@@ -542,22 +557,6 @@ BOOLEAN use_unusedpoints_mask "Turn on of off (default) storage and usage of 'un
{
} "no"
-STRING timer_xml_clock "Which clock to use in the XML timer output file"
-{
- ".*" :: "must be a legal clock name"
-} "gettimeofday"
-
-
-BOOLEAN output_initialise_timer_tree "Output timing information in tree form to standard output for Initialise"
-{
-} "no"
-
-INT output_timer_tree_every "Output timing information in tree form to standard output for Evolve every so many iterations"
-{
- 0 :: "don't report"
- 1:* :: "report every so many iterations"
-} 0
-
BOOLEAN requirement_inconsistencies_are_fatal "Abort when encountering inconsistencies in requirements" STEERABLE=recover