Based on https://howtoforge.com/tutorial/hpl-high-performance-linpack-benchmark-raspberry-pi/
Install
- gfortran (
gcc-fortran) - blas (
openblas) - mpi (
openmpi)
- Get newest version from http://www.netlib.org/benchmark/hpl/
- Unpack contents into
~/hpl - cd into
~/hpl/setupand executesh make_generic - Copy
~/hpl/setup/Make.UNKNOWNto~/hpl/Make.L64 - Set
ARCHto the suffix of the Makefile (e.g.L64)TOPdirto the root directory ofhpl(e.g.hpl)MPincto the location of the MPI header files (e.g.-I /usr/include/openmpi)MPlibto the name of the MPI library (e.g./usr/lib/openmpi/libmpi.so)LAincto the location of the LA header files (e.g./usr/include)LAlibto the name of the LA library (e.g.-lblas)
make arch=L64- Edit
HPL.dat-- this is magic - Run
xhpl