Intel® Math Kernel Library 2018 Update 1 Developer Guide
The source code for Intel Distribution for LINPACK Benchmark is not provided. However, you can download reference Netlib HPL source code from http://www.netlib.org/benchmark/hpl/ . To build the HPL:
Download and extract the source code.
Copy the makefile:
$> cp setup/Make.Linux_Intel64 .
Edit Make.Linux_Intel64 as appropriate
Build the HPL binary:
$> make arch=Linux_Intel64
Check that the built binary is available in the bin/Linux_Intel64 directory.
The Intel Distribution for LINPACK Benchmark may contain additional optimizations compared to the reference Netlib HPL implementation.