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:44] 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 57: | Line 57: | ||
| RandomlyOrderedRingBandwidth_GBytes | RandomlyOrderedRingBandwidth_GBytes | ||
| RandomlyOrderedRingLatency_usec | RandomlyOrderedRingLatency_usec | ||
| - | ---- | + | |