Intel® Math Kernel Library 2018 Update 1 Developer Guide

Building the Netlib HPL from Source Code

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:

  1. Download and extract the source code.

  2. Copy the makefile:

    $> cp setup/Make.Linux_Intel64 .

  3. Edit Make.Linux_Intel64 as appropriate

  4. Build the HPL binary:

    $> make arch=Linux_Intel64

  5. Check that the built binary is available in the bin/Linux_Intel64 directory.

Note

The Intel Distribution for LINPACK Benchmark may contain additional optimizations compared to the reference Netlib HPL implementation.

See Also