Skip to content

Commit 772257a

Browse files
authored
Merge pull request #33 from aobolensk/03-fixes
Fix typo and scatter image in 03-mpi-api
2 parents 69c4773 + c417365 commit 772257a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ \section{Boost.MPI}
7979
\item Compatible with common MPI implementations like MPICH, OpenMPI, MS MPI, etc.
8080
\end{itemize}
8181

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

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

0 commit comments

Comments
 (0)