Skip to content

Commit

Permalink
collectives: inconsistency in call preconditions
Browse files Browse the repository at this point in the history
  • Loading branch information
davidozog committed Oct 3, 2024
1 parent a525d83 commit 1266292
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion content/shmem_alltoall.tex
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
If \VAR{team} compares equal to \LibConstRef{SHMEM\_TEAM\_INVALID} or is
otherwise invalid, the behavior is undefined.

Before any \ac{PE} calls a \FUNC{shmem\_alltoall} routine, the following
Before the local \ac{PE} calls a \FUNC{shmem\_alltoall} routine, the following
conditions must be ensured, otherwise the behavior is undefined:
\begin{itemize}
\item The \dest{} array on all \acp{PE} in the team is ready to
Expand Down
2 changes: 1 addition & 1 deletion content/shmem_broadcast.tex
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
the team.
\end{itemize}

Before any \ac{PE} calls a broadcast routine, the following conditions
Before the local \ac{PE} calls a broadcast routine, the following conditions
must be ensured, otherwise the behavior is undefined:
\begin{itemize}
\item The \dest{} array on all \acp{PE} in the team is ready to
Expand Down
2 changes: 1 addition & 1 deletion content/shmem_collect.tex
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
If \VAR{team} compares equal to \LibConstRef{SHMEM\_TEAM\_INVALID} or is
otherwise invalid, the behavior is undefined.

Before any \ac{PE} calls a collect routine, the following conditions must
Before the local \ac{PE} calls a collect routine, the following conditions must
be ensured, otherwise the behavior is undefined:
\begin{itemize}
\item The \dest{} array on all \acp{PE} in the team is ready to
Expand Down
2 changes: 1 addition & 1 deletion content/shmem_reductions.tex
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ \subsubsubsection{PROD}
If \VAR{team} compares equal to \LibConstRef{SHMEM\_TEAM\_INVALID} or is
otherwise invalid, the behavior is undefined.

Before any \ac{PE} calls a reduction routine, the following conditions
Before the local \ac{PE} calls a reduction routine, the following conditions
must be ensured, otherwise the behavior is undefined:
\begin{itemize}
\item The \dest{} array on all \acp{PE} in the team is ready to
Expand Down
2 changes: 1 addition & 1 deletion content/shmem_scan.tex
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
\LibConstRef{SHMEM\_TEAM\_INVALID} or is otherwise invalid, the
behavior is undefined.

Before any \ac{PE} calls a scan routine, the following conditions must be
Before the local \ac{PE} calls a scan routine, the following conditions must be
ensured, otherwise the behavior is undefined:
\begin{itemize}
\item The \dest{} array on all \acp{PE} in the team is ready to accept
Expand Down

0 comments on commit 1266292

Please sign in to comment.