To run the benchmark:
- Please make sure you have the Intel PCM library and PAPI library installed.
- Edit the
common/common.mk
to modify the the Intel PCM and PAPI libraries location. - Go to
bench/
directory. - Run
make-bins.sh
. This should create the trees' binaries. - Run
runtest.{ARCH}.sh
to run the benchmark. - You will find the benchmark results (in CSV format) inside the
bench/results/
directory