aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland Haas <roland.haas@physics.gatech.edu>2012-06-02 09:42:23 -0700
committerBarry Wardell <barry.wardell@gmail.com>2012-09-11 18:23:31 +0100
commitb6a868449388f1e33fd0332508d6d811a4032df3 (patch)
tree00c9c1ee8b87f07f8b46a3a229f7742b7a03fc87
parent64f8068bb77c589566836b5ebb7cd719fa883c29 (diff)
Carpet: make parameters steerable
-rw-r--r--Carpet/Carpet/param.ccl12
1 files changed, 6 insertions, 6 deletions
diff --git a/Carpet/Carpet/param.ccl b/Carpet/Carpet/param.ccl
index e8d24f7e9..586af8eb8 100644
--- a/Carpet/Carpet/param.ccl
+++ b/Carpet/Carpet/param.ccl
@@ -369,7 +369,7 @@ BOOLEAN sync_barriers "Insert barriers before syncs, so that the sync timer is m
{
} "no"
-BOOLEAN output_internal_data "Periodically print internal data to the screen for debugging purposes"
+BOOLEAN output_internal_data "Periodically print internal data to the screen for debugging purposes" STEERABLE=always
{
} "no"
@@ -402,7 +402,7 @@ 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"
+STRING timer_xml_clock "Which clock to use in the XML timer output file" STEERABLE=always
{
".*" :: "must be a legal clock name"
} "gettimeofday"
@@ -411,13 +411,13 @@ BOOLEAN output_initialise_timer_tree "Output timing information in tree form to
{
} "no"
-INT output_timer_tree_every "Output timing information in tree form to standard output for Evolve every so many iterations"
+INT output_timer_tree_every "Output timing information in tree form to standard output for Evolve every so many iterations" STEERABLE=always
{
0 :: "don't report"
1:* :: "report every so many iterations"
} 0
-BOOLEAN output_xml_timer_tree "Output timing information in tree form as XML"
+BOOLEAN output_xml_timer_tree "Output timing information in tree form as XML" STEERABLE=always
{
} "no"
@@ -426,7 +426,7 @@ CCTK_REAL timer_tree_threshold_percentage "The percentage of the root timer belo
0:* :: ""
} 1.0
-INT timer_tree_output_precision "Number of decimal places to use in standard output for timer tree"
+INT timer_tree_output_precision "Number of decimal places to use in standard output for timer tree" STEERABLE=always
{
1:* :: "number of decimal places"
} 1
@@ -590,7 +590,7 @@ BOOLEAN adaptive_stepsize "Allow adaptive timestep sizes"
{
} "no"
-BOOLEAN use_unusedpoints_mask "Turn on of off (default) storage and usage of 'unusedpoints_mask'"
+BOOLEAN use_unusedpoints_mask "Turn on storage and usage of 'unusedpoints_mask'" STEERABLE=recover
{
} "no"