Skip to content

Commit

Permalink
collectives: match the textwidth of new text (v1.6)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidozog committed Aug 8, 2024
1 parent ea5ef5e commit 871f9f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/shmem_reductions.tex
Original file line number Diff line number Diff line change
Expand Up @@ -287,8 +287,8 @@ \subsubsubsection{PROD}
participate in the collective.
The \source{} and \dest{} arguments must either be the same symmetric
address, or two different symmetric addresses corresponding to buffers that
do not overlap in memory. That is, they must be completely overlapping (sometimes referred to as an ``in place'' reduction) or
completely disjoint.
do not overlap in memory. That is, they must be completely overlapping (sometimes referred
to as an ``in place'' reduction) or completely disjoint.

Team-based reduction routines operate over all \acp{PE} in the provided team argument. All
\acp{PE} in the provided team must participate in the reduction.
Expand Down

0 comments on commit 871f9f3

Please sign in to comment.