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.