The HPC Challenge (HPCC) is a benchmark suite that measures a variety of memory access patterns.
The HPCC consists of seven tests:
cd /srv/src
wget http://icl.cs.utk.edu/projectsfiles/hpcc/download/hpcc-1.4.3.tar.gz
cd /srv/build
tar xvzf ../src/pcc-1.4.3.tar.gz
cd /srv/src
wget http://icl.cs.utk.edu/projectsfiles/hpcc/download/hpcc-1.5.0.tar.gz
cd /srv/build
tar xvzf ../src/pcc-1.5.0.tar.gz
To compile the code under a fictitious architecture ArchitectureE52697v2, the Makefile must be copied and edited.
cd /srv/build/hpcc-1.4.5
module load mkl/intel
module load intel/15.0
module load impi/5.0.1035
cp Make.SOMETHING hpl/Make.ArchitectureE52697v2
make ArchitectureE52697v2
Version | Date | Notes |
---|---|---|
0.1.4 | 2023-03-01 | Improve writing |
0.1.3 | 2023-01-17 | Add locale, lang to front matter |
0.1.2 | 2022-06-13 | Shell->bash, changes->history |
0.1.1 | 2016-03-20 | version 1.5.0 |
0.1.0 | 2016-02-01 | Initial release |