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
2 changes: 1 addition & 1 deletion content/library_handles.tex
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
\LibHandleDecl{SHMEM\_TEAM\_SHARED} &
Handle of type \CTYPE{shmem\_team\_t} that corresponds to a team of \acp{PE}
that share a memory domain. When this handle is used by some \ac{PE},
it will refer to the team of all \acp{PE} that would return a non-null
it will refer to a team of one or more \acp{PE} that would return a non-null
pointer from \FUNC{shmem\_ptr} for symmetric objects on that \ac{PE},
and vice versa. This means that symmetric objects on each \ac{PE} are
directly load/store accessible by all \acp{PE} in the team.
Expand Down