aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorgoodale <goodale@1faa4e14-9dd3-4be0-9f0e-ffe519881164>2000-09-17 08:39:44 +0000
committergoodale <goodale@1faa4e14-9dd3-4be0-9f0e-ffe519881164>2000-09-17 08:39:44 +0000
commit6533f15c87091680cc2a049f28637dc749f6f181 (patch)
tree94870d3bf68b6813f23c7be65946f24af13240a8 /param.ccl
parenta7791a09812214ee063b51c0eeb35083adf8e3f5 (diff)
Removed 'standalone' parameter as it was redundant - can now start the
simulation paused. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@33 1faa4e14-9dd3-4be0-9f0e-ffe519881164
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl14
1 files changed, 6 insertions, 8 deletions
diff --git a/param.ccl b/param.ccl
index 6391c8a..718d530 100644
--- a/param.ccl
+++ b/param.ccl
@@ -16,15 +16,17 @@ INT steering_frequency "How many iterations between steering events" STEERABLE =
0: :: "Any number, 0 means don't steer"
} 1
+# Switching this off means all pages must be provided by other thorns.
BOOLEAN provide_pages "Should the server provide any pages ?"
{
} "yes"
-BOOLEAN standalone "Should the server poll continuously in startup" STEERABLE = ALWAYS
+# Setting this to true in the parameter file will start the simulation paused.
+BOOLEAN pause "Pause ?" STEERABLE = ALWAYS
{
} "no"
-
+##################################################################
# Tuning parameters
INT timeout_seconds "Polling timeout seconds" STEERABLE = ALWAYS
@@ -42,12 +44,8 @@ INT queue_length "Listen queue length"
1: :: "Any positive number"
} 4
-
-# You probably don't want to set these in a parameter file
-
-BOOLEAN pause "Pause ?" STEERABLE = ALWAYS
-{
-} "no"
+###################################################################
+# You probably don't want to set this in a parameter file
BOOLEAN terminate "Kill the simulation ?" STEERABLE = ALWAYS
{