Arif Ali
c6a6912094
Added initial scripts and configs to get HPL compiled on raspberry pi4 and get reasonable performance
12 lines
133 B
Bash
Executable File
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
|