Skip to content

Commit

Permalink
section/collectives: Reword the shmem_alltoall[s] one-liner intros
Browse files Browse the repository at this point in the history
  • Loading branch information
nspark committed Feb 6, 2020
1 parent cc8e90b commit 14e66be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion content/shmem_alltoall.tex
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
\apisummary{
shmem\_alltoall is a collective routine where each \ac{PE} exchanges a fixed amount of data with all other \acp{PE} participating in the collective.
Exchanges a fixed amount of contiguous data blocks between all pairs
of \acp{PE} participating in the collective routine.
}

\begin{apidefinition}
Expand Down
3 changes: 2 additions & 1 deletion content/shmem_alltoalls.tex
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
\apisummary{
shmem\_alltoalls is a collective routine where each \ac{PE} exchanges a fixed amount of strided data with all other \acp{PE} participating in the collective.
Exchanges a fixed amount of strided data blocks between all pairs
of \acp{PE} participating in the collective routine.
}

\begin{apidefinition}
Expand Down

0 comments on commit 14e66be

Please sign in to comment.