mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-25 22:38:04 +02:00
MPI
This commit is contained in:
parent
a586fb4f77
commit
3cec128f33
3 changed files with 25 additions and 2 deletions
|
@ -6,8 +6,18 @@ Message Passing Interface (kurz: MPI) ist ein Standard,
|
|||
der den Nachrichtenaustausch bei parallelen Berechnungen auf
|
||||
verteilten Computersystemen beschreibt.
|
||||
|
||||
\section{Erste Schritte}
|
||||
\inputminted[numbersep=5pt, tabsize=4, frame=lines, label=hello-world.c]{c}{scripts/mpi/hello-world.c}
|
||||
|
||||
Das wird \texttt{mpicc hello-world.c} kompiliert.\\
|
||||
Mit \texttt{mpirun -np 14 scripts/mpi/a.out} werden 14 Kopien des Programms
|
||||
gestartet.
|
||||
|
||||
\section{Syntax}
|
||||
\section{Beispiele}
|
||||
\section{Weitere Informationen}
|
||||
\begin{itemize}
|
||||
\item \url{http://www.open-mpi.org/}
|
||||
\end{itemize}
|
||||
|
||||
\index{MPI|)}
|
||||
|
||||
\index{MPI|)}
|
Loading…
Add table
Add a link
Reference in a new issue