Skip to content

Commit 630d870

Browse files
tuedajodavies
authored andcommitted
docs: update InParallel documentation with ParFORM considerations
1 parent 2e8c79c commit 630d870

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/manual/setup.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ \chapter{The setup}
286286

287287
\leftvitem{4.0cm}{ThreadScratchOutSize\index{setup!threadscratchoutsize}\index{threadscratchoutsize}}
288288
\rightvitem{12.6cm}{The size of the output scratch buffers for each of the
289-
worker threads. These buffers will be used when the InParallel
289+
worker threads. These buffers will be used by \TFORM{} when the InParallel
290290
statement~\ref{substainparallel} is active. They are used to catch the
291291
output of the expressions as processed by the individual workers before
292292
they are copied to the output scratch buffer/file of the master. The output

doc/manual/statements.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2743,7 +2743,7 @@ \section{inparallel}
27432743
\end{tabular} \vspace{4mm}
27442744

27452745
\noindent This statement is only active in the context of
2746-
\TFORM\index{TFORM}. It causes
2746+
\TFORM\index{TFORM} and \ParFORM\index{ParFORM}. It causes
27472747
(small) expressions to be executed side by side. Normally the terms of
27482748
expressions are distributed over the processors and the expressions are
27492749
executed one by one. This isn't very efficient for small expressions
@@ -3515,7 +3515,7 @@ \section{notinparallel}
35153515
\end{tabular} \vspace{4mm}
35163516

35173517
\noindent This statement is only active in the context of
3518-
\TFORM\index{TFORM}. It vetoes (small) expressions to be executed side by
3518+
\TFORM\index{TFORM} and \ParFORM\index{ParFORM}. It vetoes (small) expressions to be executed side by
35193519
side. For a complete explanation of this type of running one should look at
35203520
the InParallel~\ref{substainparallel} statement. Because the default is
35213521
that expressions are executed one by one, the major use of this statement

0 commit comments

Comments
 (0)