summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-12-30 19:19:16 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-12-30 19:19:16 +0000
commitf56ff7daf5cd2ae4baf30703ae17290134adcb94 (patch)
tree15d666369d3a5044b45d43ce4e8e4d0b6e8a62e1
parentf35221be95a43bfcc5b46e901b5cc4907eaa655b (diff)
Document DISTRIB=DEFAULT
Closes Cactus/1293 git-svn-id: http://svn.cactuscode.org/flesh/trunk@3058 17b73243-c579-4c4c-a9d2-2d5706c11dac
-rw-r--r--doc/UsersGuide/Appendices.tex8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/UsersGuide/Appendices.tex b/doc/UsersGuide/Appendices.tex
index f8f4a379..5d5622a6 100644
--- a/doc/UsersGuide/Appendices.tex
+++ b/doc/UsersGuide/Appendices.tex
@@ -216,13 +216,15 @@ optional, with the default variable type being {\t SCALAR}.
{\t GF}. The default value is {\t DIM=3}.
\item{} {\t TIMELEVELS} defines the number of timelevels a group has if
the group is of type {\t ARRAY} or {\t GF}, and can take any positive
- value.
+ value. The default is one timelevel.
\item{} {\t SIZE} defines the number grid-points an {\tt ARRAY} has in each direction.
This should be a comma-separated list of valid arithmetical
expressions consisting of integers or integer-valued parameters.
\item{} {\t DISTRIB} defines the processor decomposition of an {\tt ARRAY}.
- {\tt DISTRIB=CONSTANT} implies that {\tt SIZE} grid-points should
- be allocated on each processor.
+ {\tt DISTRIB=DEFAULT} distributes {\tt SIZE} grid-points
+ across all processors. {\tt DISTRIB=CONSTANT} implies that
+ {\tt SIZE} grid-points should be allocated on each
+ processor. The default value is {\tt DISTRIB=DEFAULT}.
\item{} {\t GHOSTSIZE} defines number of ghost-zones in each dimension
of an {\tt ARRAY}.
%Does GHOSTSIZE default to one for a GF and zero for a GA?