Skip to content
Snippets Groups Projects
Commit ce34abf6 authored by Emmanuel Lanti's avatar Emmanuel Lanti
Browse files

Fix typo in MPI part

parent 77dc6384
No related branches found
No related tags found
No related merge requests found
......@@ -103,15 +103,15 @@
\begin{consoleoutput}
$> mpicc -show
gcc -I/.../impi/2018.4.274/intel64/include
-L/.../impi/2018.4.274/intel64/lib/release\_mt
-L/.../impi/2018.4.274/intel64/lib/release_mt
-L/.../impi/2018.4.274/intel64/lib
-Xlinker --enable-new-dtags
-Xlinker -rpath
-Xlinker /.../impi/2018.4.274/intel64/lib/release\_mt
-Xlinker /.../impi/2018.4.274/intel64/lib/release_mt
-Xlinker -rpath
-Xlinker /.../impi/2018.4.274/intel64/lib
-Xlinker -rpath
-Xlinker /opt/intel/mpi-rt/2107.0.0/intel64/lib/release\_mt
-Xlinker /opt/intel/mpi-rt/2107.0.0/intel64/lib/release_mt
-Xlinker -rpath
-Xlinker /opt/intel/mpi-rt/2017.0.0/intel64/lib
-lmpifort -lmpi -lmpigi -ldl -lrt -lpthread
......@@ -130,15 +130,15 @@
\begin{consoleoutput}
$> mpiicc -show
icc -I/.../impi/2018.4.274/intel64/include
-L/.../impi/2018.4.274/intel64/lib/release\_mt
-L/.../impi/2018.4.274/intel64/lib/release_mt
-L/.../impi/2018.4.274/intel64/lib
-Xlinker --enable-new-dtags
-Xlinker -rpath
-Xlinker /.../impi/2018.4.274/intel64/lib/release\_mt
-Xlinker /.../impi/2018.4.274/intel64/lib/release_mt
-Xlinker -rpath
-Xlinker /.../impi/2018.4.274/intel64/lib
-Xlinker -rpath
-Xlinker /opt/intel/mpi-rt/2107.0.0/intel64/lib/release\_mt
-Xlinker /opt/intel/mpi-rt/2107.0.0/intel64/lib/release_mt
-Xlinker -rpath
-Xlinker /opt/intel/mpi-rt/2017.0.0/intel64/lib
-lmpifort -lmpi -lmpigi -ldl -lrt -lpthread
......@@ -191,13 +191,13 @@
\subsection{Exercise}
\label{sec:mpi_exercise}
\begin{frame}
\begin{frame}[exercise]
\frametitle{MPI}
\framesubtitle{Exercise compilationMPI}
\begin{itemize}
\item Go to the directory \cmd{compilationMPI}
\item Load MPI module: \cmd{module load mvapich2}
\item Compile and execute the code using srun and multiple MPI processes
\item Load a compiler and an MPI implementation using the \cmd{module} command
\item Compile and execute the code using \cmd{srun} and multiple MPI processes
\end{itemize}
\end{frame}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment