#!/bin/bash ./build/mpirun_rochpl -P 8 -Q 4 --it 6 -i HPL-32.dat ./build/mpirun_rochpl -P 8 -Q 2 --it 6 -i HPL-16.dat ./build/mpirun_rochpl -P 4 -Q 2 --it 6 -i HPL-8.dat # N=512*498 ./build/mpirun_rochpl -P 4 -Q 1 --it 6 -i HPL-4.dat ./build/mpirun_rochpl -P 2 -Q 1 --it 6 -i HPL-2.dat ./build/mpirun_rochpl -P 1 -Q 1 --it 6 -i HPL-1.dat