AmpereComputing/HPL-on-Ampere-Altra

Include command to grab specific files from this repo

Closed this issue · 0 comments

Instead of the README stating "Copy the Makefile attached with this document to /opt/hpl-2.3 folder.", maybe we could set that command to just:

wget -P /opt/hpl-2.3 https://raw.githubusercontent.com/AmpereComputing/HPL-on-Ampere-Altra/main/Make.Altramax_oracleblis

Also for the step "Copy the attached HPL.dat file to '/opt/hpl-2.3/bin/Altramax_oracleblis'":

rm -f /opt/hpl-2.3/bin/Altramax_oracleblis/HPL.dat
wget -P /opt/hpl-2.3/bin/Altramax_oracleblis https://raw.githubusercontent.com/AmpereComputing/HPL-on-Ampere-Altra/main/HPL.dat

I'm assuming someone hasn't already cloned this project to their workstation.