aboutsummaryrefslogtreecommitdiff
path: root/doc/documentation.tex
diff options
context:
space:
mode:
Diffstat (limited to 'doc/documentation.tex')
-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}\\