Skip to content

Commit

Permalink
Align MPI_Reduce slide header with other slides in 03-mpi-api
Browse files Browse the repository at this point in the history
  • Loading branch information
aobolensk committed Oct 2, 2024
1 parent e342a3e commit 28534d0
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 28534d0

Please sign in to comment.