Difference between revisions of "Benchmarking: HPL AMD optimised (High Performance Linpack)"
Jump to navigation
Jump to search
| Line 16: | Line 16: | ||
== Getting HPL to loop for 3 runs (or more) == | == Getting HPL to loop for 3 runs (or more) == | ||
| + | |||
| + | The absolute path to "run_hpl_ccx.sh" may change depending on where you untar AMD_HPL.tgz so just check that the path is correct here for you. | ||
<syntaxhighlight> | <syntaxhighlight> | ||
Revision as of 12:23, 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.
Where the tar file is stored
\\10.0.0.222\software\AMD\HPL\AMD_HPL.tgz
Dependencies required
To compile openmpi tools you will always need gcc etc, safe time with development tools.
yum group install "Development Tools"Getting HPL to loop for 3 runs (or more)
The absolute path to "run_hpl_ccx.sh" may change depending on where you untar AMD_HPL.tgz so just check that the path is correct here for you.
#! /bin/bash
for i in {1..3}; do /root/HPL/run_hpl_ccx.sh; done