Skip to content

Commit

Permalink
Minor update to nb_collective_intro.tex
Browse files Browse the repository at this point in the history
Clarify completion of broadcast_nb
  • Loading branch information
ferrol aderholdt committed Aug 22, 2024
1 parent d9a0ba8 commit 80d70be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion content/nb_collectives_intro.tex
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
and broadcast collectives. All other collective operations such as
reductions, collect, fcollect, barrier, barrier all, alltoalls, sync, and sync all will not have nonblocking variants.

\item Completion semantics: \openshmem programs can learn the status of the collective operations
\item Completion semantics: \openshmem programs can learn the status of the collective operations
using the \FUNC{shmem\_req\_test} routine. The operation is completed after
a call to \FUNC{shmem\_req\_test} or a call to \FUNC{shmem\_req\_wait}.

Expand Down
6 changes: 3 additions & 3 deletions content/shmem_broadcast_nb.tex
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@
Upon completion of a nonblocking broadcast routine, the following are true for the local
\ac{PE}:
\begin{itemize}
\item The \dest{} data object is
updated.
\item The data has been copied out of the \source{} data object.
\item The \dest{} data object is updated.
\item If the local \ac{PE} is \VAR{PE\_root}, the data has been copied
out of the \source{} data object.
\end{itemize}
}

Expand Down

0 comments on commit 80d70be

Please sign in to comment.