Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 717 Bytes

File metadata and controls

22 lines (17 loc) · 717 Bytes

About

High-Performance Linpack (HPL) benchmarking using one line Docker command. Quick and dirty way to compare performance for different computers & virtual machines.

Default HPL.dat file runs on ~2GB of memory. Results are written to log.out file.

Tuning HPL.dat file

http://www.advancedclustering.com/act_kb/tune-hpl-dat-file/

Running on 4 cores 3 times on Linux

cd HPL-test
docker run -v ${PWD}:/usr/local/hpl-2.2/HPLtest ashael/hpl HPLtest/run.sh -n 4 -t 3

Running on 4 cores 3 times on Windows

cd HPL-test
docker run -v %cd%:/usr/local/hpl-2.2/HPLtest ashael/hpl HPLtest/run.sh -n 4 -t 3

Installing Docker on Windows

https://docs.docker.com/desktop/install/windows-install/