From 14e66bed2fceda1567310f9e2cb4b5bf15056250 Mon Sep 17 00:00:00 2001 From: "Nicholas S. Park" Date: Thu, 6 Feb 2020 13:31:10 -0600 Subject: [PATCH] section/collectives: Reword the shmem_alltoall[s] one-liner intros Closes #345 --- content/shmem_alltoall.tex | 3 ++- content/shmem_alltoalls.tex | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/content/shmem_alltoall.tex b/content/shmem_alltoall.tex index b6ea85f22..0631e743a 100644 --- a/content/shmem_alltoall.tex +++ b/content/shmem_alltoall.tex @@ -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} diff --git a/content/shmem_alltoalls.tex b/content/shmem_alltoalls.tex index 7abc9486e..b0edf9540 100644 --- a/content/shmem_alltoalls.tex +++ b/content/shmem_alltoalls.tex @@ -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}