From 090019859eb45b1927fe2b227d047381202dda25 Mon Sep 17 00:00:00 2001 From: wokuno <38401861+wokuno@users.noreply.github.com> Date: Thu, 3 Oct 2024 12:02:12 -0500 Subject: [PATCH] Teams: Fix split strided wrap-around example --- content/shmem_team_split_strided.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/shmem_team_split_strided.tex b/content/shmem_team_split_strided.tex index a211c17e..27ef95b9 100644 --- a/content/shmem_team_split_strided.tex +++ b/content/shmem_team_split_strided.tex @@ -67,9 +67,9 @@ $stride$). That is, \textit{wrap-around} with respect to the parent team's \ac{PE} values is not permitted. -For example, the list of \acp{PE} in the parent team should not start at a high -number and then continue to include \acp{PE} in the lower end of the parent -team's \ac{PE} range. +For example, given a parent team with a size of 8 \acp{PE}, a call to +\FUNC{shmem\_team\_split\_strided} with the following arguments would +be invalid: $start$ equal to 3, $stride$ equal to 3, and $size$ equal to 3. This routine must be called by all \acp{PE} in the parent team. All \acp{PE} must provide the same values for the \ac{PE} triplet.