Difference between revisions of "Benchmarking: HPL AMD optimised (High Performance Linpack)"

From Define Wiki
Jump to navigation Jump to search
(Created page with "== HPL AMD Optimised == Getting it to work you have to compile openmpi 2.1.5 since it requires libs specific to that mpi version. == Getting HPL to loop for 3 runs (or more)...")
 
Line 2: Line 2:
  
 
Getting it to work you have to compile openmpi 2.1.5 since it requires libs specific to that mpi version.
 
Getting it to work you have to compile openmpi 2.1.5 since it requires libs specific to that mpi version.
 +
 +
== Dependencies required ==
 +
  
 
== Getting HPL to loop for 3 runs (or more) ==
 
== Getting HPL to loop for 3 runs (or more) ==

Revision as of 12:12, 24 January 2019

HPL AMD Optimised

Getting it to work you have to compile openmpi 2.1.5 since it requires libs specific to that mpi version.

Dependencies required

Getting HPL to loop for 3 runs (or more)

#! /bin/bash
for i in {1..3}; do /root/HPL/run_hpl_ccx.sh; done