aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetIOStreamedHDF5/param.ccl
diff options
context:
space:
mode:
authorThomas Radke <tradke@aei.mpg.de>2005-07-01 10:07:00 +0000
committerThomas Radke <tradke@aei.mpg.de>2005-07-01 10:07:00 +0000
commit91524af461eaebb64a5d022760d6da1405a169a0 (patch)
tree836f8be659b20dcfaaa2a70660f7d299d733309a /Carpet/CarpetIOStreamedHDF5/param.ccl
parentfd61c0e88fe3fa376daca8f9d5d3adb8f580ed21 (diff)
CarpetIOStreamedHDF5: introduce a parameter max_num_clients to limit the number of clients allowed to connect to a simulation at the same time
darcs-hash:20050701100728-776a0-7964598e966223fa1db8dddfce86502d26992ac4.gz
Diffstat (limited to 'Carpet/CarpetIOStreamedHDF5/param.ccl')
-rw-r--r--Carpet/CarpetIOStreamedHDF5/param.ccl5
1 files changed, 5 insertions, 0 deletions
diff --git a/Carpet/CarpetIOStreamedHDF5/param.ccl b/Carpet/CarpetIOStreamedHDF5/param.ccl
index 6db82cc93..1aacda901 100644
--- a/Carpet/CarpetIOStreamedHDF5/param.ccl
+++ b/Carpet/CarpetIOStreamedHDF5/param.ccl
@@ -37,6 +37,11 @@ INT port "Port number for clients to connect to" STEERABLE = RECOVER
1000:32000 :: "Ports below 1000 require root access"
} 10000
+INT max_num_clients "Maximum number of clients allowed to connect at the same time" STEERABLE = RECOVER
+{
+ 1:20 :: "a small positive number"
+} 3
+
#############################################################################
### import IOUtil parameters