The benchmark currently consists of 7 tests (with the modes of operation indicated for each): • HPL (High Performance
LINPACK) – measures performance of a solver for a dense
system of linear equations (global). •
DGEMM – measures performance for matrix-matrix multiplication (single, star). • STREAM – measures sustained
memory bandwidth to/from memory (single, star). • PTRANS – measures the rate at which the system can
transpose a large array (global). •
RandomAccess – measures the rate of 64-bit updates to randomly selected elements of a large table (single, star, global). • FFT – performs a
Fast Fourier Transform on a large one-dimensional vector using the generalized
Cooley–Tukey algorithm (single, star, global). • Communication Bandwidth and Latency – MPI-centric performance measurements based on the b_eff bandwidth/latency benchmark. ==Performance attributes==