aboutsummaryrefslogtreecommitdiff
path: root/doc/documentation.tex
diff options
context:
space:
mode:
Diffstat (limited to 'doc/documentation.tex')
-rw-r--r--doc/documentation.tex29
1 files changed, 16 insertions, 13 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex
index 71dc4d8..17d5784 100644
--- a/doc/documentation.tex
+++ b/doc/documentation.tex
@@ -1,17 +1,27 @@
-% Thorn documentation template
\documentclass{article}
+
+% Use the Cactus ThornGuide style file
+% (Automatically used from Cactus distribution, if you have a
+% thorn without the Cactus Flesh download this from the Cactus
+% homepage at www.cactuscode.org)
+\usepackage{../../../../doc/ThornGuide/cactus}
+
\begin{document}
\title{IOStreamedHDF5}
\author{Thomas Radke}
-\date{2000\\$ $Revision$ $Date$ $}
+\date{$ $Date$ $}
+
\maketitle
-\abstract{
+% Do not delete next line
+% START CACTUS THORNGUIDE
+
+\begin{abstract}
Thorn {\bf IOStreamedHDF5} provides an I/O method to stream variables in HDF5
file format via live sockets to any connected clients.
It also implements checkpointing/recovery functionality using HDF5.
-}
+\end{abstract}
%
%
\section{Purpose}
@@ -172,15 +182,8 @@ and build/install as usual.
Thorn {\bf IOStreamedHDF5} inherits from {\bf IOUtil} and {\bf IOHDF5Util}
so you need to include these thorns in your thorn list to build a configuration
with {\bf IOStreamedHDF5}.
-%
-%
-
-%
-% Automatically created from the ccl files
-% Do not worry for now.
-\include{interface}
-\include{param}
-\include{schedule}
+% Do not delete next line
+% END CACTUS THORNGUIDE
\end{document}