aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetIOStreamedHDF5/par
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
commit0159cb67709926584ed150d93dd65c1abfa272bd (patch)
tree836f8be659b20dcfaaa2a70660f7d299d733309a /Carpet/CarpetIOStreamedHDF5/par
parentc239527dcd905d2153c3956de091416c6a408029 (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/par')
-rw-r--r--Carpet/CarpetIOStreamedHDF5/par/CarpetIOStreamedHDF5.par4
1 files changed, 4 insertions, 0 deletions
diff --git a/Carpet/CarpetIOStreamedHDF5/par/CarpetIOStreamedHDF5.par b/Carpet/CarpetIOStreamedHDF5/par/CarpetIOStreamedHDF5.par
index 7818242dd..c1f8fd05b 100644
--- a/Carpet/CarpetIOStreamedHDF5/par/CarpetIOStreamedHDF5.par
+++ b/Carpet/CarpetIOStreamedHDF5/par/CarpetIOStreamedHDF5.par
@@ -57,3 +57,7 @@ IO::parfile_write = "no"
IOBasic::outInfo_vars = "wavetoy::phi"
IOStreamedHDF5::out_vars = "wavetoy::phi"
+
+# allow only one client at at time to connect to the simulation
+# (to prevent potentially multiple connects from the same client)
+IOStreamedHDF5::max_num_clients = 1