- Change directory to home:
cd ~
- Clone the repository:
git clone https://github.com/NTHU-SC/HPC-Winter-Camp-HPL.git HPL
cd HPL
- Install openblas:
sbatch ./openblas.sh
- Build HPL:
sbatch ./hpl.sh
- Modify
~/HPL/hpl-2.3/bin/linux/HPL.dat
cd ~/HPL/hpl-2.3/bin/linux
- Run:
sbatch ~/HPL/run.sh
- Create a new directory for the judge:
mkdir -p ~/.hpc_camp
- If you are the first time to submit, run:
echo "export PATH=\$PATH:/project/ACD114003/bin/" >> ~/.bashrc
- Submit:
hpl-judge