aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorrideout <rideout@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2002-02-08 11:24:31 +0000
committerrideout <rideout@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2002-02-08 11:24:31 +0000
commitbf800e75d5e7859110cebe50cc8431c43bbafec4 (patch)
tree9c32a0cca668bd4c23f0203a02f20de9ee818983 /doc
parent7c8b8ad24bda5d920ca3eb4d8e73eafb610fe903 (diff)
typo fixes.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@148 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
Diffstat (limited to 'doc')
-rw-r--r--doc/documentation.tex14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex
index fbad3c8..a740e5b 100644
--- a/doc/documentation.tex
+++ b/doc/documentation.tex
@@ -42,7 +42,6 @@ methods.
\begin{table}
-\label{one}
\begin{tabular}{|l|p{4.5cm}|l|}
\hline
{\bf I/O method} & {\bf Description} & {\bf Providing Thorn}\\
@@ -79,12 +78,13 @@ methods.
{\tt CactusPUGHIO/IOFlexIO}
\\
{\tt IOFlexIO\_3D} &
- full 3D output of grid arrays in HDF5 format &
+ full 3D output of grid arrays in FlexIO format &
{\tt CactusPUGHIO/IOFlexIO}
\\
\hline
\end{tabular}
\caption{Standard I/O methods provided with the Cactus distribution}
+\label{one}
\end{table}
The standard provided Cactus I/O methods are shown in Table~\ref{one}.
@@ -92,7 +92,7 @@ As described above, each of these I/O thorns inherit parameters from thorn
{\tt CactusBase/IOUtil}, which must be included in your ThornList
and activated in your parameter files before any of these I/O methods
can be used. {\tt CactusBase/IOUtil} allows you to set the default
-behaviour for all the I/O methods described above, for examples, setting
+behaviour for all the I/O methods described above, for example, setting
the parameter {\tt IO::out\_every=1} will result in any chosen I/O method
providing output on each iteration. The default behaviour can be overriden
by specific parameters for each method.
@@ -194,7 +194,7 @@ I/O to be optimised for your particular machine architecture and needs:
\item {\tt IO::out3D\_mode = "np"}\\
3D output is written in parallel for groups of processors. Each group
consists of {\tt IO::out3D\_procs} processors which have assigned one
- I/O processor which writes the gathers data from the group and writes it
+ I/O processor which gathers data from the group and writes it
to file. The chunked output will go into {\tt IO::out3D\_procs} files.
The default number of processors in a group is eight.
\item {\tt IO::out3D\_mode = "proc"}\\
@@ -497,7 +497,7 @@ ActiveThorns = "ioascii ioutil pughslab ..."
ioascii::out1d_every = 10
# Output vars using ascii 2d method on iteration 0, 50, 100, ...
-ioascii::out1d_every = 100
+ioascii::out2d_every = 50
# Group of variables to output to file for each method
iobasic::outscalar_vars = "evolve::vars"
@@ -507,10 +507,10 @@ iobasic::outscalar_vars = "evolve::vars"
\begin{verbatim}
ActiveThorns = "iohdf5 ioutil pughslab ..."
-# Output vars using ascii 2d method on iteration 0, 100, 200, ...
+# Output vars using hdf5 2d method on iteration 0, 100, 200, ...
iohdf5::out2d_every = 100
-# Output vars using ascii 3d method on iteration 0, 5, 10, ...
+# Output vars using hdf5 3d method on iteration 0, 5, 10, ...
iohdf5::out3d_every = 5
# Standard I/O directory for 2D output