run-all.sh 339 Bytes
Newer Older
1
2
#!/bin/bash

one's avatar
one committed
3
./build/mpirun_rochpl -P 8 -Q 4 --it 6 -i HPL-32.dat
one's avatar
one committed
4
5
6
7
8
./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