Arif Ali
c6a6912094
Added initial scripts and configs to get HPL compiled on raspberry pi4 and get reasonable performance
9 lines
123 B
Bash
Executable File
9 lines
123 B
Bash
Executable File
#!/bin/bash
|
|
|
|
. CONFIG
|
|
|
|
sudo systemctl stop ${SERVICES}
|
|
|
|
cd ${SCRIPTSDIR}/../configs
|
|
${WORKDIR}/hpl-2.3/bin/rpi4-mpich/xhpl
|