24 lines
821 B
TeX
24 lines
821 B
TeX
\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}. |