aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland Haas <roland.haas@physics.gatech.edu>2012-06-02 09:42:23 -0700
committerRoland Haas <roland.haas@physics.gatech.edu>2012-06-02 09:42:23 -0700
commit2705cb8f2e8770b61bc54ca3e2f6442b927a2376 (patch)
tree6f0af30ec94e9b05231e9ea7e50a1042f12e5b31
parentc79611aa3ee3d5782a7e2c42e0895dbf50cce355 (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"