diff --git a/content/shmem_team_ptr.tex b/content/shmem_team_ptr.tex index 81deaa92..8e8c23ca 100644 --- a/content/shmem_team_ptr.tex +++ b/content/shmem_team_ptr.tex @@ -37,6 +37,9 @@ when it can be accessed using memory loads and stores. Otherwise, a null pointer is returned. + If \VAR{team} compares equal to \LibConstRef{SHMEM\_TEAM\_WORLD}, then + the behavior is identical to that of \FUNC{shmem\_ptr} with same \VAR{dest} + and \VAR{pe} arguments. If \VAR{team} compares equal to \LibConstRef{SHMEM\_TEAM\_INVALID}, then a null pointer is returned. If \VAR{team} is otherwise invalid, the behavior is undefined. diff --git a/content/threads_intro.tex b/content/threads_intro.tex index 3aa329c6..2407c669 100644 --- a/content/threads_intro.tex +++ b/content/threads_intro.tex @@ -30,8 +30,8 @@ \begin{enumerate} \item In the \CONST{SHMEM\_THREAD\_FUNNELED}, \CONST{SHMEM\_THREAD\_SERIALIZED}, and -\CONST{SHMEM\_THREAD\_MULTIPLE} thread levels, the \FUNC{shmem\_init\_thread} and -\FUNC{shmem\_finalize} calls must be invoked by the same thread. +\CONST{SHMEM\_THREAD\_MULTIPLE} thread levels, the \FUNC{shmem\_finalize} +call must be invoked by the same thread that called \FUNC{shmem\_init\_thread}. \item Any \openshmem operation initiated by a thread is considered an action of the