Skip to content

Commit

Permalink
backmatter: include latest rewording from v1.6-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
davidozog committed Nov 1, 2024
1 parent 0a325ef commit 8d82fb8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/backmatter.tex
Original file line number Diff line number Diff line change
Expand Up @@ -204,9 +204,9 @@ \chapter{Undefined Behavior in OpenSHMEM}\label{sec:undefined}
$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. \tabularnewline
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. \tabularnewline
\hline
\end{longtable}

Expand Down

0 comments on commit 8d82fb8

Please sign in to comment.