File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
290290statement~\ref {substainparallel } is active. They are used to catch the
291291output of the expressions as processed by the individual workers before
292292they are copied to the output scratch buffer/file of the master. The output
Original file line number Diff line number Diff 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
27482748expressions are distributed over the processors and the expressions are
27492749executed 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
35193519side. For a complete explanation of this type of running one should look at
35203520the InParallel~\ref {substainparallel } statement. Because the default is
35213521that expressions are executed one by one, the major use of this statement
You can’t perform that action at this time.
0 commit comments