Skip to content

Commit

Permalink
Fix typo and scatter image in 03-mpi-api
Browse files Browse the repository at this point in the history
  • Loading branch information
aobolensk committed Oct 4, 2024
1 parent 16fbccf commit c417365
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 03-mpi-api/03-mpi-api.tex
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ \section{Boost.MPI}
\item Compatible with common MPI implementations like MPICH, OpenMPI, MS MPI, etc.
\end{itemize}

Note: C API mapptint ot Boost.MPI: \href{https://www.boost.org/doc/libs/1_86_0/doc/html/mpi/c_mapping.html}{link}
Note: C API mappting ot Boost.MPI: \href{https://www.boost.org/doc/libs/1_86_0/doc/html/mpi/c_mapping.html}{link}

{\footnotesize For more details see Boost.MPI docs: \href{https://www.boost.org/doc/libs/1_86_0/doc/html/mpi.html}{link}}
\end{frame}
Expand Down Expand Up @@ -340,7 +340,7 @@ \section{Collective operations}
\hfill
\begin{minipage}[t]{0.35\textwidth}
\begin{figure}[h]
\includegraphics[]{images/gather.png}
\includegraphics[]{images/scatter.png}
\end{figure}
\end{minipage}
{\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}}
Expand Down

0 comments on commit c417365

Please sign in to comment.