raspberrypi-hpl/scripts/CONFIG.rpi5
Arif Ali c525a6deb7
Update all configs and scripts
* Add Make files to compile from distro mpich and openblas
* Add CONFIG.rpi5 to add extra tuning for it
* Fine tune make_hpl.sh so that it's more dynamic
2024-01-25 07:35:37 +00:00

22 lines
719 B
Plaintext

#
# Default variables that we want to use in all of our scripts
#
export DOWNLOADS=~/Downloads
export WORKDIR=~/rpi-hpl-workdir
export RESULTSDIR=${WORKDIR}/results
export SCRIPTSDIR=${PWD}
export SERVICES="snap.lxd.daemon snap.lxd.daemon.unix.socket postfix systemd-timesyncd wpa_supplicant snapd snapd.apparmor.service systemd-resolved snapd.service snapd.socket"
#
# Flags based on https://en.wikichip.org/wiki/arm_holdings/microarchitectures/cortex-a76
#
export COMMON_FLAGS="-mtune=cortex-a76"
#
# This variable masks the fact if you want to write to output file or not
# With a system that has SD card that is non-performant, then this value
# with 1 may slow the overall HPL benchmark down
#
WRITE_OUT_FILE=0