Skip to content

Commit 16fbccf

Browse files
authored
Merge pull request #31 from aobolensk/03-header-reduce-fix
2 parents e342a3e + 28534d0 commit 16fbccf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

03-mpi-api/03-mpi-api.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ \section{Collective operations}
267267
{\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}}
268268
\end{frame}
269269

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

273273
Can be seen as the opposite operation to broadcast.

0 commit comments

Comments
 (0)