Skip to content

Quick and dirty way to compare performance for different computers & virtual machines.

License

Notifications You must be signed in to change notification settings

jvencels/HPL-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

Quick and dirty way to compare performance for different computers & virtual machines.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages