aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/Carpet/param.ccl')
-rw-r--r--Carpet/Carpet/param.ccl18
1 files changed, 0 insertions, 18 deletions
diff --git a/Carpet/Carpet/param.ccl b/Carpet/Carpet/param.ccl
index 8db365016..90ad98b81 100644
--- a/Carpet/Carpet/param.ccl
+++ b/Carpet/Carpet/param.ccl
@@ -409,15 +409,6 @@ STRING timer_file "File name in which detailed timing statistics are collected"
"^.+$" :: "file name"
} "carpet-timing-statistics"
-BOOLEAN timers_verbose "Output (debug) messages when a timer is started or stopped" STEERABLE=always
-{
-} "no"
-
-STRING timer_xml_clock "Which clock to use in the XML timer output file" STEERABLE=always
-{
- ".*" :: "must be a legal clock name"
-} "gettimeofday"
-
BOOLEAN output_initialise_timer_tree "Output timing information in tree form to standard output for Initialise"
{
} "no"
@@ -440,15 +431,6 @@ BOOLEAN include_local_mode_in_mode_timer_tree "Include a node for the time spen
{
} "no"
-CCTK_REAL timer_tree_threshold_percentage "The percentage of the root timer below which timers are omitted" STEERABLE=always
-{
- 0:* :: ""
-} 1.0
-
-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
BOOLEAN recompose_verbose "Output debug information during recomposing" STEERABLE=ALWAYS