arif-ali / raspberrypi-hpl

Set of scripts and configs to run HPL on Raspberry PI 4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compile and Running HowTo

Note: These scripts have been tested on Ubuntu 20.04 aarch64 on a Raspberry Pi 4 4GB. Use at your own risk

This is a collection of scripts and configuration that would allow to compile and run the benchmark in a consistent way

The following will clone, and compile all the stuff

First clone the repository

git clone https://gitlab.arif-ali.co.uk:8543/arif/raspberrypi-hpl.git

Change to the scripts directory

cd raspberrypi-hpl/scripts

You will find many scripts, and a CONFIG file. The one script will compile everything for you, i.e. by running the following command

./compile_all.sh

If at any time any of the parts fail, you can run the individual make_* scripts

In order, the compile_all.sh will compile the applications in the following order

  1. mpich
  2. OpenBLAS
  3. HPL

If for any reason you need to change any of the compilation flags or options, you can either udpate them in the CONFIG file or the corresponding make_*.sh script. For HPL, you will need to update config/Make.rpi4_mpich for any extra flags that you may require

Finallu, once you're happy that the relevant applications have compiled, then we can run HPL using the following command

./run_job.sh

About

Set of scripts and configs to run HPL on Raspberry PI 4


Languages

Language:Shell 100.0%