aboutsummaryrefslogtreecommitdiff
path: root/Carpet/LoopControl/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/LoopControl/param.ccl')
-rw-r--r--Carpet/LoopControl/param.ccl16
1 files changed, 16 insertions, 0 deletions
diff --git a/Carpet/LoopControl/param.ccl b/Carpet/LoopControl/param.ccl
index f49e73b37..5875c8dcc 100644
--- a/Carpet/LoopControl/param.ccl
+++ b/Carpet/LoopControl/param.ccl
@@ -2,6 +2,10 @@
# General options
+BOOLEAN printstats "Output timing statistics at shutdown" STEERABLE=recover
+{
+} "no"
+
BOOLEAN verbose "Verbosity" STEERABLE=always
{
} "no"
@@ -56,6 +60,14 @@ CCTK_INT lc_knpoints "Number of grid points in the k-direction" STEERABLE=recove
+# Use legacy configuration
+
+BOOLEAN legacy_init "Initialise with legacy configuration (usually slower)" STEERABLE=recover
+{
+} "no"
+
+
+
# Automatic: simple cycling
BOOLEAN cycle_j_tilings "Cycle through all available tilings in the j-direction" STEERABLE=recover
@@ -118,6 +130,10 @@ CCTK_REAL maximum_setup_overhead "Maximum allowable administrative overhead" STE
0.0:* :: ""
} 0.01
+BOOLEAN ignore_initial_overhead "Ignore the overhead from the initial setup" STEERABLE=recover
+{
+} "yes"
+
CCTK_REAL probability_small_jump "Probability for a small jump once a local minimum has been reached" STEERABLE=always
{
0.0:1.0 :: ""