Skip to content

Align MPI_Reduce slide header with other slides in 03-mpi-api #31

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading