run-all.sh 221 Bytes
Newer Older
one's avatar
one committed
1
2
3
4
5
6
#!/bin/bash

./build/mpirun_rochpl -P 4 -Q 2 --it 6 -i HPL-8.dat
./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