aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorlanfer <lanfer@0888f3d4-9f52-45d2-93bc-d00801ff5e46>2000-10-31 17:25:54 +0000
committerlanfer <lanfer@0888f3d4-9f52-45d2-93bc-d00801ff5e46>2000-10-31 17:25:54 +0000
commitbfdb9ba237aab0a68ac4b36521c504aacbbe01e4 (patch)
treea802f759fb8a9b452c98d4254cfa07eafa146602 /param.ccl
parent0f31b9bc73ced62b55fb0471bb73ec4503a93a40 (diff)
making checkpoint_port steerable, will be set by SimpleWorm
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@52 0888f3d4-9f52-45d2-93bc-d00801ff5e46
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/param.ccl b/param.ccl
index b4a4f4d..ebbd8c6 100644
--- a/param.ccl
+++ b/param.ccl
@@ -44,7 +44,7 @@ BOOLEAN checkpoint "Do checkpointing with IOStreamedHDF5" STEERABLE = ALWAYS
BOOLEAN checkpoint_next "Checkpoint at next iteration" STEERABLE = ALWAYS
{
} "no"
-INT checkpoint_port "Port to stream out HDF5 checkpoint files"
+INT checkpoint_port "Port to stream out HDF5 checkpoint files" STEERABLE = ALWAYS
{
1000:32000 :: "Ports below 1000 require root access"
} 8001