Skip to content

qnib/plain-linpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

plain-linpack

HPL Benchmark in a container

Variants

Dockerfile.amd

An image that aims to use the AMD libraries and compiles HPL from scratch. Even though it works, it should have a lot of headroom to be optimized (as of 2019-07-25).

Dockerfile.ihpl

To build the image downloading the INTEL Optimized Linpack is needed. Place the tgz in the ./src folder.

Dockerfile.intel

Like the amd one, this Dockerfile aims to compile everything from scratch.