From 28534d020d21748baf7b91e8e7609c4919b4ba4c Mon Sep 17 00:00:00 2001 From: Arseniy Obolenskiy Date: Wed, 2 Oct 2024 06:30:17 +0300 Subject: [PATCH] Align MPI_Reduce slide header with other slides in 03-mpi-api --- 03-mpi-api/03-mpi-api.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03-mpi-api/03-mpi-api.tex b/03-mpi-api/03-mpi-api.tex index d4ee43b..ad00a4a 100644 --- a/03-mpi-api/03-mpi-api.tex +++ b/03-mpi-api/03-mpi-api.tex @@ -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.