raspberrypi-hpl/scripts/compile_all.sh
Arif Ali c6a6912094 Initial commit
Added initial scripts and configs to get HPL compiled on
raspberry pi4 and get reasonable performance
2020-06-10 11:53:11 +00:00

12 lines
133 B
Bash
Executable File

#!/bin/bash
. CONFIG
mkdir -p ${DOWNLOADS}
mkdir -p ${WORKDIR}
./install_deps.sh
./make_mpich.sh
./make_openblas.sh
./make_hpl.sh