This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
acelab:hpcc [2015/09/02 09:42] mcawood |
acelab:hpcc [2021/12/09 16:42] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ==General Info== | + | ===General Info=== |
| - | HPC Challenge is a benchmark suite comprising 7 micro benchmarks designs to assess a number of HPC system characteristics. The suite includes HPL, DGEMM and FFT which test floating point performance. | + | HPC Challenge is a benchmark suite comprising 7 micro benchmarks designs to assess a number of HPC system characteristics. The suite includes HPL, DGEMM and FFT which test floating point performance. |
| - | ==Useful Links== | + | ===Useful Links=== |
| HPCC website [[http:// | HPCC website [[http:// | ||
| HPL Calculator [[http:// | HPL Calculator [[http:// | ||
| - | ==Installation Guide== | + | ===Installation Guide=== |
| source Intel Compiler, MKL and MPI. | source Intel Compiler, MKL and MPI. | ||
| Line 33: | Line 33: | ||
| make arch=intel64 | make arch=intel64 | ||
| - | ==Benchmark== | + | ===Benchmark=== |
| Before running the benchmark, edit the hpccinf.txt file. Set appropriate N, NB, P and Q values (using the calculator linked above.) | Before running the benchmark, edit the hpccinf.txt file. Set appropriate N, NB, P and Q values (using the calculator linked above.) | ||
| Line 41: | Line 41: | ||
| mpirun -np <N> -hostfile <HF> ./hpcc | mpirun -np <N> -hostfile <HF> ./hpcc | ||
| - | Download this script to format the output data: [[File:format.tar]] | + | Download this script to format the output data: {{http:// |
| ./format.pl -w -f hpccoutf.txt | ./format.pl -w -f hpccoutf.txt | ||
| Line 47: | Line 47: | ||
| Below is the result from the Dell C4130, with its 24 Haswell cores. | Below is the result from the Dell C4130, with its 24 Haswell cores. | ||
| - | -------------------------------------------------------------------------------------------------- | + | ---- |
| - | HPCCOUTF NAME WEB NAME VALUE UNITS | + | |
| - | -------------------------------------------------------------------------------------------------- | + | |
| HPL_Tflops | HPL_Tflops | ||
| PTRANS_GBs | PTRANS_GBs | ||
| Line 59: | Line 57: | ||
| RandomlyOrderedRingBandwidth_GBytes | RandomlyOrderedRingBandwidth_GBytes | ||
| RandomlyOrderedRingLatency_usec | RandomlyOrderedRingLatency_usec | ||
| - | -------------------------------------------------------------------------------------------------- | + | |