Skip to content

Commit

Permalink
Merge pull request #31 from aobolensk/03-header-reduce-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
allnes authored Oct 2, 2024
2 parents e342a3e + 28534d0 commit 16fbccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 03-mpi-api/03-mpi-api.tex
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ \section{Collective operations}
{\footnotesize Source: \href{https://pdc-support.github.io/introduction-to-mpi/07-collective/index.html}{https://pdc-support.github.io/introduction-to-mpi/07-collective/index.html}}
\end{frame}

\begin{frame}{Reduction}
\begin{frame}{Reduction (\texttt{MPI\_Reduce})}
Perform a global reduction operation (e.g., sum, max) across all processes. Calculate the total sum of values distributed across processes.

Can be seen as the opposite operation to broadcast.
Expand Down

0 comments on commit 16fbccf

Please sign in to comment.