summaryrefslogtreecommitdiff
path: root/doc/UsersGuide
diff options
context:
space:
mode:
authortradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-09-21 11:01:53 +0000
committertradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-09-21 11:01:53 +0000
commitcf0e4ca943ab6021458caf6932b04d8ec154c35d (patch)
treee6de58820145267687740940d5d5942712d57a4a /doc/UsersGuide
parentcd4c38a08a8dab6997f29dec74045b873761d699 (diff)
Added description on Compiling with HDF5
git-svn-id: http://svn.cactuscode.org/flesh/trunk@975 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'doc/UsersGuide')
-rw-r--r--doc/UsersGuide/RunningCactus.tex10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/UsersGuide/RunningCactus.tex b/doc/UsersGuide/RunningCactus.tex
index 233ad74d..18c67e7a 100644
--- a/doc/UsersGuide/RunningCactus.tex
+++ b/doc/UsersGuide/RunningCactus.tex
@@ -500,7 +500,17 @@ Use WMPI (Win32 Message Passing Interface, {\tt http://dsg.dei.uc.pt/w32mpi/intr
\end{itemize}
+\subsubsection{HDF5: Hierarchical Data Format version 5}
+To compile with HDF5 (http://hdf.ncsa.uiuc.edu/whatishdf5.html),
+the configure options are
+\newline
+\newline
+{\tt HDF5 = YES [HDF5\_DIR = <dir>]}
+\newline
+\newline
+If HDF5\_DIR is not given the configuration process will search for an
+installed HDF5 package in some standard places.\\