From 871f9f35844f380451a4672bd377426f32643918 Mon Sep 17 00:00:00 2001 From: David Ozog Date: Thu, 8 Aug 2024 13:58:31 -0400 Subject: [PATCH] collectives: match the textwidth of new text (v1.6) --- content/shmem_reductions.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/shmem_reductions.tex b/content/shmem_reductions.tex index ff933b35..a165ba23 100644 --- a/content/shmem_reductions.tex +++ b/content/shmem_reductions.tex @@ -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.