aboutsummaryrefslogtreecommitdiff
path: root/Carpet/LoopControl
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2011-10-03 11:16:32 -0400
committerBarry Wardell <barry.wardell@gmail.com>2011-12-14 19:54:51 +0000
commit4b53877517d42dc720e3d4ba9602f0af638e7a11 (patch)
treee6f51bf25425f29863e1948f2813b96399d46b59 /Carpet/LoopControl
parentc8a9c51fa900680b2aefb5aa5650dddd9670030e (diff)
LoopControl: Disable random-restart hill climbing by default
Disable random-restart hill climbing by default, as this makes a certain segfault vanish. (We don't know the cause of the segfault yet.)
Diffstat (limited to 'Carpet/LoopControl')
-rw-r--r--Carpet/LoopControl/param.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Carpet/LoopControl/param.ccl b/Carpet/LoopControl/param.ccl
index f5a1fa05f..b6ff5cab5 100644
--- a/Carpet/LoopControl/param.ccl
+++ b/Carpet/LoopControl/param.ccl
@@ -156,7 +156,7 @@ CCTK_REAL siman_T_min "stopping criterion" STEERABLE=recover
BOOLEAN use_random_restart_hill_climbing "http://en.wikipedia.org/wiki/Hill_climbing http://en.wikipedia.org/wiki/Tabu_search" STEERABLE=always
{
-} "yes"
+} "no"
CCTK_REAL maximum_setup_overhead "Maximum allowable administrative overhead" STEERABLE=always
{