2014-01-15 23:16:33 +00:00
|
|
|
\subsection{Intel MPI Benchmark (IMB)}
|
|
|
|
|
2014-01-16 13:07:42 +00:00
|
|
|
Zur Messung der Kommunikationsleistung wurden die MPI-Test Ping-Pong, Barrier, Allreduce und Alltoall mit variierenden Nachrichtengrößen durchgeführt.
|
|
|
|
|
2014-01-16 10:59:45 +00:00
|
|
|
\subsubsection{Ping-Pong}
|
2014-01-15 23:16:33 +00:00
|
|
|
|
|
|
|
\pgfplotstableread{
|
|
|
|
fs t s
|
|
|
|
0 88.99 0.00
|
|
|
|
1 109.42 0.01
|
|
|
|
2 109.43 0.02
|
|
|
|
4 109.62 0.03
|
|
|
|
8 109.83 0.07
|
|
|
|
16 109.87 0.14
|
|
|
|
32 110.12 0.28
|
|
|
|
64 143.19 0.43
|
|
|
|
128 149.24 0.82
|
|
|
|
256 150.41 1.62
|
|
|
|
512 155.65 3.14
|
|
|
|
1024 160.39 6.09
|
|
|
|
2048 164.54 11.87
|
|
|
|
4096 217.32 17.97
|
|
|
|
8192 308.20 25.35
|
|
|
|
16384 434.78 35.94
|
|
|
|
32768 573.14 54.52
|
|
|
|
65536 1742.36 35.87
|
|
|
|
131072 1800.80 69.41
|
|
|
|
262144 3070.65 81.42
|
|
|
|
524288 5457.60 91.62
|
|
|
|
1048576 10350.31 96.62
|
|
|
|
2097152 20150.02 99.26
|
|
|
|
4194304 38953.70 102.69
|
|
|
|
8388608 77368.40 103.40
|
|
|
|
16777216 154088.97 103.84
|
|
|
|
33554432 319229.01 100.24
|
|
|
|
67108864 634328.48 100.89
|
|
|
|
134217728 1262632.97 101.38
|
|
|
|
268435456 2514089.47 101.83
|
|
|
|
536870912 5052755.00 101.33
|
|
|
|
}\imbpingpong
|
|
|
|
|
|
|
|
\begin{tikzpicture}
|
|
|
|
\begin{axis}[
|
2014-01-16 13:33:57 +00:00
|
|
|
xmin=1,
|
|
|
|
xmax=536870912,
|
|
|
|
xmode=log,
|
|
|
|
ymode=log,
|
|
|
|
ytick pos=left,
|
|
|
|
log basis x=2,
|
|
|
|
xlabel={Dateigröße in KiB},
|
|
|
|
ylabel={Zugriffszeit in $\mu$s},
|
|
|
|
y axis line style=blue,
|
|
|
|
x axis line style=black,
|
|
|
|
width=15cm, height=10cm
|
2014-01-15 23:16:33 +00:00
|
|
|
]
|
2014-01-16 13:33:57 +00:00
|
|
|
\addplot[smooth,blue] table[x={fs}, y={t}] {\imbpingpong};
|
2014-01-15 23:16:33 +00:00
|
|
|
\end{axis}
|
|
|
|
\begin{axis}[
|
2014-01-16 13:33:57 +00:00
|
|
|
xmin=1,
|
|
|
|
xmax=536870912,
|
|
|
|
xmode=log,
|
|
|
|
ytick pos=right,
|
|
|
|
axis y line* = right,
|
|
|
|
hide x axis,
|
|
|
|
ylabel={Übertragungsgeschwindigkeit in MiB/s},
|
|
|
|
ylabel={{\"U}bertragungsgeschwindigkeit in MiB/s},
|
|
|
|
ylabel near ticks,
|
|
|
|
y axis line style=red,
|
|
|
|
x axis line style=black,
|
|
|
|
width=15cm, height=10cm
|
|
|
|
]
|
|
|
|
\addplot[smooth,red] table[x={fs}, y={s}] {\imbpingpong};
|
2014-01-15 23:16:33 +00:00
|
|
|
\end{axis}
|
2014-01-16 10:59:45 +00:00
|
|
|
\end{tikzpicture}
|
|
|
|
|
|
|
|
\subsubsection{Barrier}
|
|
|
|
|
|
|
|
Verzögerungszeiten: (jeweils Mittelwert aus 1000 Messläufen)
|
|
|
|
\begin{itemize}
|
|
|
|
\item 2 Prozesse: 151 $\mu$s
|
|
|
|
\item 4 Prozesse: 177 $\mu$s
|
|
|
|
\item 8 Prozesse: 670 $\mu$s
|
|
|
|
\end{itemize}
|
|
|
|
|
|
|
|
\pagebreak
|
|
|
|
|
|
|
|
\subsubsection{All-to-All}
|
|
|
|
|
|
|
|
\paragraph{2 Prozesse} \mbox{}\\
|
|
|
|
|
2014-01-16 13:33:57 +00:00
|
|
|
\begin{figure}[h!]
|
|
|
|
\centering
|
|
|
|
\includegraphics{benchmarks/all-to-all-2.pdf}
|
|
|
|
\end{figure}
|
2014-01-16 10:59:45 +00:00
|
|
|
|
|
|
|
\paragraph{4 Prozesse} \mbox{}\\
|
|
|
|
|
2014-01-16 13:33:57 +00:00
|
|
|
\begin{figure}[h!]
|
|
|
|
\centering
|
|
|
|
\includegraphics{benchmarks/all-to-all-4.pdf}
|
|
|
|
\end{figure}
|
2014-01-16 10:59:45 +00:00
|
|
|
|
|
|
|
\pagebreak
|
|
|
|
|
|
|
|
\paragraph{8 Prozesse} \mbox{}\\
|
|
|
|
|
2014-01-16 13:33:57 +00:00
|
|
|
\begin{figure}[h!]
|
|
|
|
\centering
|
|
|
|
\includegraphics{benchmarks/all-to-all-8.pdf}
|
|
|
|
\end{figure}
|
2014-01-16 10:59:45 +00:00
|
|
|
|
|
|
|
\subsubsection{All-Reduce}
|
|
|
|
|
|
|
|
\paragraph{2 Prozesse} \mbox{}\\
|
|
|
|
|
2014-01-16 13:33:57 +00:00
|
|
|
\begin{figure}[h!]
|
|
|
|
\centering
|
|
|
|
\includegraphics{benchmarks/all-reduce-2.pdf}
|
|
|
|
\end{figure}
|
2014-01-16 10:59:45 +00:00
|
|
|
|
|
|
|
\pagebreak
|
|
|
|
|
|
|
|
\paragraph{4 Prozesse} \mbox{}\\
|
|
|
|
|
2014-01-16 13:33:57 +00:00
|
|
|
\begin{figure}[h!]
|
|
|
|
\centering
|
|
|
|
\includegraphics{benchmarks/all-reduce-4.pdf}
|
|
|
|
\end{figure}
|
2014-01-16 10:59:45 +00:00
|
|
|
|
|
|
|
\paragraph{8 Prozesse} \mbox{}\\
|
|
|
|
|
2014-01-16 13:33:57 +00:00
|
|
|
\begin{figure}[h!]
|
|
|
|
\centering
|
|
|
|
\includegraphics{benchmarks/all-reduce-8.pdf}
|
|
|
|
\end{figure}
|