From 959d53f1293a87e46899ff1b6fd529b790af7a3f Mon Sep 17 00:00:00 2001 From: ikelley Date: Tue, 4 Jun 2002 12:51:27 +0000 Subject: 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 --- doc/documentation.tex | 27 +++++++++++++++++++-------- 1 file 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 }. 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} -- cgit v1.2.3