Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions content/shmem_team_split_strided.tex
Original file line number Diff line number Diff line change
Expand Up @@ -74,16 +74,16 @@
See Section~\ref{subsec:shmem_team_config_t} for field mask names and
default configuration parameters.

When \VAR{parent\_team} specifies an invalid team, if \VAR{parent\_team}
If \VAR{parent\_team}
compares equal to \LibConstRef{SHMEM\_TEAM\_INVALID}, then no new team
will be created and \VAR{new\_team} will be assigned the value
\LibConstRef{SHMEM\_TEAM\_INVALID}; otherwise, the behavior is undefined.
\LibConstRef{SHMEM\_TEAM\_INVALID}. If \VAR{parent\_team} is otherwise invalid, the behavior is undefined.

If an invalid \ac{PE} triplet is provided, then the \VAR{new\_team}
will not be created.

If \VAR{new\_team} cannot be created, then it will be assigned the value
\LibConstRef{SHMEM\_TEAM\_INVALID}.
\LibConstRef{SHMEM\_TEAM\_INVALID} and \FUNC{shmem\_team\_split\_strided} will return a nonzero value.
}

\apireturnvalues{
Expand Down