Skip to content

Commit

Permalink
Merge pull request #18 from BryantLam/reorder-list-in-collectives-intro
Browse files Browse the repository at this point in the history
Clarify list of routines in collective_intro
  • Loading branch information
nspark authored Mar 31, 2020
2 parents ce00355 + d13d2b3 commit e5a1480
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions content/collective_intro.tex
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ \subsubsection*{Team-based collectives}

\begin{itemize}
\item \FUNC{shmem\_team\_sync}
\item \FUNC{shmem\_\{TYPE\_\}broadcast\{mem\}}
\item \FUNC{shmem\_\{TYPE\_\}collect\{mem\}}
\item \FUNC{shmem\_\{TYPE\_\}fcollect\{mem\}}
\item Reduction routines for the following operations: AND, OR, XOR, MAX, MIN, SUM, PROD
\item \FUNC{shmem\_\{TYPE\_\}alltoall\{mem\}}
\item \FUNC{shmem\_\{TYPE\_\}alltoalls\{mem\}}
\item \FUNC{shmem\_[\FuncParam{TYPENAME}\_]alltoall[mem]}
\item \FUNC{shmem\_[\FuncParam{TYPENAME}\_]alltoalls[mem]}
\item \FUNC{shmem\_[\FuncParam{TYPENAME}\_]broadcast[mem]}
\item \FUNC{shmem\_[\FuncParam{TYPENAME}\_]collect[mem]}
\item \FUNC{shmem\_[\FuncParam{TYPENAME}\_]fcollect[mem]}
\item \FUNC{shmem\_[\FuncParam{TYPENAME}\_]\{and, or, xor, max, min, sum, prod\}\_reduce}
\end{itemize}

In addition, all team creation functions are collective operations. In addition to the ordering
Expand Down Expand Up @@ -105,12 +105,12 @@ \subsubsection*{Active-set-based collectives}
\begin{itemize}
\item \FUNC{shmem\_barrier}
\item \FUNC{shmem\_sync}
\item \FUNC{shmem\_alltoall\{32, 64\}}
\item \FUNC{shmem\_alltoalls\{32, 64\}}
\item \FUNC{shmem\_broadcast\{32, 64\}}
\item \FUNC{shmem\_collect\{32, 64\}}
\item \FUNC{shmem\_fcollect\{32, 64\}}
\item Reduction routines for the following operations: AND, OR, XOR, MAX, MIN, SUM, PROD
\item \FUNC{shmem\_alltoall\{32, 64\}}
\item \FUNC{shmem\_alltoalls\{32, 64\}}
\item \FUNC{shmem\_\FuncParam{TYPENAME}\_\{and, or, xor, max, min, sum, prod\}\_to\_all}
\end{itemize}

\end{DeprecateBlock}
Expand Down

0 comments on commit e5a1480

Please sign in to comment.