We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e342a3e + 28534d0 commit 16fbccfCopy full SHA for 16fbccf
03-mpi-api/03-mpi-api.tex
@@ -267,7 +267,7 @@ \section{Collective operations}
267
{\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}}
268
\end{frame}
269
270
-\begin{frame}{Reduction}
+\begin{frame}{Reduction (\texttt{MPI\_Reduce})}
271
Perform a global reduction operation (e.g., sum, max) across all processes. Calculate the total sum of values distributed across processes.
272
273
Can be seen as the opposite operation to broadcast.
0 commit comments