aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authortradke <tradke@4825ed28-b72c-4eae-9704-e50c059e567d>2001-03-26 17:04:47 +0000
committertradke <tradke@4825ed28-b72c-4eae-9704-e50c059e567d>2001-03-26 17:04:47 +0000
commit58d5b67518bb25bb7abc2a1e164c7ed51c92f64f (patch)
treed236b14a6d75530fd8a98a536fdd7b3594edb299 /doc
parent7b37316bf713200b49a92798b5069d8831f89fff (diff)
Added paragraph how to build the HDF5 recombiner utility.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@48 4825ed28-b72c-4eae-9704-e50c059e567d
Diffstat (limited to 'doc')
-rw-r--r--doc/documentation.tex12
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex
index e930f49..9f24b8d 100644
--- a/doc/documentation.tex
+++ b/doc/documentation.tex
@@ -61,7 +61,17 @@ will output distributed data either
The default is to output data in parallel, in order to get maximum I/O
performance. If needed, you can recombine the resulting chunked datafiles
into a single unchunked file using the recombiner utility program provided
-in {\tt IOHDF5/src/util/}.\\[3ex]
+in {\tt IOHDF5/src/util/}.\\
+
+To build the recombiner just do a
+
+\begin{verbatim}
+ make <configuration>-utils
+\end{verbatim}
+
+in the Cactus toplevel directory. The recombiner executable {\tt
+hdf5\_recombiner} will be placed in the {\tt exe/<configuration>/}
+subdirectory.\\[3ex]
{\bf Checkpointing \& Recovery}\\