Skip to content

Commit

Permalink
Merge remote-tracking branch 'wokuno/sec/teams-rc2' into drafts/osh-1…
Browse files Browse the repository at this point in the history
….6-rc2
  • Loading branch information
jdinan committed Oct 11, 2024
2 parents 7219015 + 487b003 commit a25cd9d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/shmem_team_split_strided.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a25cd9d

Please sign in to comment.