Skip to content

Commit

Permalink
backmatter: add team split w/ 0 stride to undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
davidozog committed Nov 1, 2024
1 parent 6d0a0ee commit 0a325ef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions content/backmatter.tex
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,10 @@ \chapter{Undefined Behavior in OpenSHMEM}\label{sec:undefined}
with the \LibConstRef{SHMEM\_CTX\_PRIVATE} option enabled; otherwise, the
behavior is undefined.\tabularnewline
\hline
Creating a team with a $stride$ value equal to 0 and the $size$ value not equal to 1 &
If a $stride$ value equal to 0 is passed to \FUNC{shmem\_team\_split\_strided},
then the $size$ argument passed must be 1, or the behavior is undefined. \tabularnewline
\hline
Creating a team that implies a wrap-around sequence &
If the triplet provided to \FUNC{shmem\_team\_split\_strided} implies a
wrap-around sequence, the input is considered invalid and the behavior is
Expand Down

0 comments on commit 0a325ef

Please sign in to comment.