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 <mkl directory>\benchmarks\mp_linpack\Make.Windows_Intel64 to your HPL directory
Edit Make.Windows_Intel64 as appropriate
Build the HPL binary:
$> nmake -f Make.Windows_Intel64
Check that the built binary is available in the current directory.
The Intel Distribution for LINPACK Benchmark may contain additional optimizations compared to the reference Netlib HPL implementation.