aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorikelley <ikelley@38c3d835-c875-442e-b0fe-21c19ce1d001>2002-06-04 12:51:27 +0000
committerikelley <ikelley@38c3d835-c875-442e-b0fe-21c19ce1d001>2002-06-04 12:51:27 +0000
commit959d53f1293a87e46899ff1b6fd529b790af7a3f (patch)
treef2a2d3c21badc028005203cf816cd8c93e1c817e
parent6a50720787ee055f4ac92add8e8012b1d5c89203 (diff)
changing the documentation.tex files to use our cactus style file
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@40 38c3d835-c875-442e-b0fe-21c19ce1d001
-rw-r--r--doc/documentation.tex27
1 files changed, 19 insertions, 8 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex
index eeeae89..2429fc2 100644
--- a/doc/documentation.tex
+++ b/doc/documentation.tex
@@ -1,13 +1,26 @@
-% 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{IOPanda}
\author{Jonghyun Lee}
-\date{1999\\$ $Revision$ $Date$ $}
+\date{$ $Date$ $}
+
\maketitle
-\abstract{Thorn {\bf IOPanda} provides parallel I/O methods for 3D output of grid functions and multidimensional arrays in using the Panda parallel I/O library.\\
+% Do not delete next line
+% START CACTUS THORNGUIDE
+
+\begin{abstract}
+Thorn {\bf IOPanda} provides parallel I/O methods for 3D output of grid functions and multidimensional arrays in using the Panda parallel I/O library.
+\end{abstract}
+
%
\section{What is Panda?}
%
@@ -39,10 +52,8 @@ Since {\bf IOPanda} uses parameters from {\bf IOUtil} it also needs this I/O ske
When using {\bf IOPanda} thorn, sometimes an error regarding MPI\_TYPE\_MAX can occur. If this happens, simply increase the value using {\tt setenv MPI\_TYPE\_MAX <larger number than current value>}.
If arrays cannot be divided evenly by the mesh determined by Cactus (i.e. dividing 10x10 array into nine chunks using 3x3 mesh), {\bf IOPanda} can't handle this case because it divides array in a way different from Cactus. Please avoid this case for now.
-% 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}