aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetIOStreamedHDF5/doc/documentation.tex
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/doc/documentation.tex
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/doc/documentation.tex')
-rw-r--r--Carpet/CarpetIOStreamedHDF5/doc/documentation.tex27
1 files changed, 19 insertions, 8 deletions
diff --git a/Carpet/CarpetIOStreamedHDF5/doc/documentation.tex b/Carpet/CarpetIOStreamedHDF5/doc/documentation.tex
index e5742ecb1..55721f59d 100644
--- a/Carpet/CarpetIOStreamedHDF5/doc/documentation.tex
+++ b/Carpet/CarpetIOStreamedHDF5/doc/documentation.tex
@@ -64,14 +64,6 @@ any time.
Parameters to control the \ThisThorn\ I/O method are:
\begin{itemize}
- \item {\tt IOStreamedHDF5::port}\\
- The initial port number which should be opened at startup for
- client connections. If the given port is already in use by some other
- program, {\tt IOStreamedHDF5} will search for the next available port
- by advancing {\tt IOStreamedHDF5::port}.\\
- The actual port number used by \ThisThorn\ will be output in a INFO
- message at startup, along with the hostname of the root processor.
-
\item {\tt IOStreamedHDF5::out\_every} (steerable)\\
How often to do periodic \ThisThorn\ output. If this parameter
is set in the parameter file, it will override the setting of the shared
@@ -106,6 +98,25 @@ t\_dt})
whether to output the data from multiple processors in chunked or
unchunked format
+ \item {\tt IOStreamedHDF5::port}\\
+ The initial port number which should be opened at startup for
+ client connections. If the given port is already in use by some other
+ program, {\tt IOStreamedHDF5} will search for the next available port
+ by advancing {\tt IOStreamedHDF5::port}.\\
+ The actual port number used by \ThisThorn\ will be output in a INFO
+ message at startup, along with the hostname of the root processor.
+
+ \item {\tt IOStreamedHDF5::max\_num\_clients}\\
+ The overhead of serving many clients with streamed HDF5 data can slow
+ down your simulation notably. When you are running both the simulation
+ and the visualisation client on the same machine, it could also happen
+ that the client is fast enough to reconnect to the simulation while
+ it is still serving the same timestep -- which leads to duplicate
+ data streaming.\\
+ In order to prevent this, you can set the {\tt max\_num\_clients}
+ parameter to limit the maximum number of clients allowed to connect
+ to the simulation at the same time.
+
\end{itemize}