benchmark-bericht
This commit is contained in:
parent
fd676a918d
commit
b084bd178e
@ -1 +1,24 @@
|
||||
\subsection{High Performance Linpack (HPL)}
|
||||
|
||||
Der HPL-Benchmark wurde mit folgenden Befehl durchgeführt:
|
||||
|
||||
\shellcmd{mpirun -np 16 -hostfile allnodes /cluster/software/hpl/run\_hpl > hpl.out}
|
||||
|
||||
In der Datei {\tt allnodes} sind die Hostnames der Computenodes und die Anzahl der Sockets (2 pro Core) hinterlegt.
|
||||
Beim Basislauf wurde ein maximaler Wert von {\tt 3.842e-04 GFlops} mit folgender Konfiguration erreicht:
|
||||
|
||||
\begin{lstlisting}
|
||||
T/V N NB P Q
|
||||
--------------------------------------
|
||||
WR00L2L2 35 4 1 4
|
||||
\end{lstlisting}
|
||||
|
||||
Der optimierte Lauf mit der Konfiguration:
|
||||
|
||||
\begin{lstlisting}
|
||||
T/V N NB P Q
|
||||
--------------------------------------
|
||||
WR00C2C2 26208 224 2 8
|
||||
\end{lstlisting}
|
||||
|
||||
erreichte einen Wert von {\tt 2.094e+00 GFlops}.
|
@ -1,5 +1,7 @@
|
||||
\subsection{Intel MPI Benchmark (IMB)}
|
||||
|
||||
Zur Messung der Kommunikationsleistung wurden die MPI-Test Ping-Pong, Barrier, Allreduce und Alltoall mit variierenden Nachrichtengrößen durchgeführt.
|
||||
|
||||
\subsubsection{Ping-Pong}
|
||||
|
||||
\pgfplotstableread{
|
||||
|
@ -1,7 +1,13 @@
|
||||
\subsection{IOzone}
|
||||
|
||||
Es wurden ein neu angelegtes NFS- und das vorhandene FastFS-Dateisystem vermessen.
|
||||
|
||||
\subsubsection{NFS}
|
||||
|
||||
Testaufruf:
|
||||
|
||||
\shellcmd{./iozone -azcR -I -U /mnt/data -f /mnt/data/testfile -b excel-nfs.xls}\\
|
||||
|
||||
\begin{tikzpicture}
|
||||
\begin{axis}[
|
||||
title=Lesen,
|
||||
@ -28,7 +34,11 @@
|
||||
\end{axis}
|
||||
\end{tikzpicture}
|
||||
|
||||
\subsubsection{GlusterFS}
|
||||
\subsubsection{FastFS}
|
||||
|
||||
Testaufruf:
|
||||
|
||||
\shellcmd{./iozone -azcR -+q 1 -U /fastfs -f /fastfs/testfile -b excel-fastfs.xls}\\
|
||||
|
||||
\begin{tikzpicture}
|
||||
\begin{axis}[
|
||||
|
@ -1,7 +1,9 @@
|
||||
\section{Benchmarking}
|
||||
|
||||
\input{abschnitte/bench-hpl}
|
||||
\input{abschnitte/bench-iozone}
|
||||
\pagebreak
|
||||
\input{abschnitte/bench-imb}
|
||||
\pagebreak
|
||||
\input{abschnitte/bench-iozone}
|
||||
|
||||
\pagebreak
|
||||
|
@ -113,7 +113,7 @@ pre {
|
||||
<section id="bericht">
|
||||
<h2>Bericht</h2>
|
||||
<a href="uploads/bericht.pdf" class="pure-button
|
||||
pure-button-primary">Download</a> <p>Stand: 21:12:54 27.11.2013</p>
|
||||
pure-button-primary">Download</a> <p>Stand: 14:30:46 09.12.2013</p>
|
||||
</section>
|
||||
<section id="git">
|
||||
<h2>Git-Zugriff</h2>
|
||||
|
Loading…
Reference in New Issue
Block a user