Skip to content

Commit 75c675c

Browse files
authored
Merge pull request #15 from aobolensk/mpirun-mpiexec
2 parents 6f2e63c + 6a81f74 commit 75c675c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

01-intro.tex

+2-2
Original file line numberDiff line numberDiff line change
@@ -145,10 +145,10 @@ \section{"Hello, World" in MPI}
145145
Important! If you run application directly (\texttt{./hello\_mpi}) you will not get expected result!
146146

147147
Linux: \\
148-
\texttt{mpiexec -n 4 ./hello\_mpi}
148+
\texttt{mpirun -n 4 ./hello\_mpi}
149149

150150
Windows: \\
151-
\texttt{mpirun -n 4 hello\_mpi.exe}
151+
\texttt{mpiexec -n 4 hello\_mpi.exe}
152152
\end{frame}
153153

154154
\section{Brief API calls overview}

0 commit comments

Comments
 (0)