Skip to content

[WIP] Add HPL - optimized version

Martin Quinson requested to merge Ezibenroc:hpl into master

Created by: Ezibenroc

This pull request follows #14.

Roadmap:

  • Successful run on Jenkins
  • Test for vanilla HPL
  • Test for optimized HPL
  • Test for optimized HPL with huge pages?

This test does not only check for the successful compilation and termination of HPL. It also verifies two properties:

  • The ratio application time / simulation time is not too high (should be around 0.12).
  • The different values reported by HPL are accurate (duration of the factorization, total duration, performance).

Merge request reports