IMB angefangen
This commit is contained in:
parent
54e566589d
commit
a97579f9a9
@ -1 +1,69 @@
|
||||
\subsection{Intel MPI Benchmark (IMB)}
|
||||
\subsection{Intel MPI Benchmark (IMB)}
|
||||
|
||||
\subsection{Ping-Pong}
|
||||
|
||||
\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}[
|
||||
xmin=1,
|
||||
xmax=536870912,
|
||||
xmode=log,
|
||||
ymode=log,
|
||||
ytick pos=left,
|
||||
log basis x=2,
|
||||
xlabel={Dateigröße in MiB},
|
||||
ylabel={Zugriffszeit in $\mu$s},
|
||||
y axis line style=blue,
|
||||
width=15cm, height=10cm
|
||||
]
|
||||
\addplot[smooth,blue] table[x={fs}, y={t}] {\imbpingpong};
|
||||
\end{axis}
|
||||
\begin{axis}[
|
||||
xmin=1,
|
||||
xmax=536870912,
|
||||
xmode=log,
|
||||
ytick pos=right,
|
||||
axis y line* = right,
|
||||
hide x axis,
|
||||
ylabel={Übertragungsgeschwindigkeit in MiB/s},
|
||||
ylabel near ticks,
|
||||
y axis line style=red,
|
||||
width=15cm, height=10cm
|
||||
]
|
||||
\addplot[smooth,red] table[x={fs}, y={s}] {\imbpingpong};
|
||||
\end{axis}
|
||||
\end{tikzpicture}
|
Loading…
Reference in New Issue
Block a user