

echo Running on 1 processor...
mpirun -np 1 ./BasicPerfTest_test.exe 300 320 1 1 25 -s > out01
echo Running on 2 processors...
mpirun -np 2 ./BasicPerfTest_test.exe 300 320 1 2 25 -s > out02
echo Running on 3 processors...
mpirun -np 3 ./BasicPerfTest_test.exe 300 320 1 3 25 -s > out03
echo Running on 4 processors...
mpirun -np 4 ./BasicPerfTest_test.exe 300 320 2 2 25 -s > out04
echo Running on 5 processors...
mpirun -np 5 ./BasicPerfTest_test.exe 300 320 1 5 25 -s > out05
echo Running on 6 processors...
mpirun -np 6 ./BasicPerfTest_test.exe 300 320 2 3 25 -s > out06
echo Running on 7 processors...
mpirun -np 7 ./BasicPerfTest_test.exe 300 320 1 7 25 -s > out07
echo Running on 8 processors...
mpirun -np 8 ./BasicPerfTest_test.exe 300 320 2 4 25 -s > out08
echo Running on 9 processors...
mpirun -np 9 ./BasicPerfTest_test.exe 300 320 3 3 25 -s > out09
echo Running on 10 processors...
mpirun -np 10 ./BasicPerfTest_test.exe 300 320 2 5 25 -s > out10
echo Running on 11 processors...
mpirun -np 11 ./BasicPerfTest_test.exe 300 320 1 11 25 -s > out11
echo Running on 12 processors...
mpirun -np 12 ./BasicPerfTest_test.exe 300 320 2 6 25 -s > out12
echo Running on 13 processors...
mpirun -np 13 ./BasicPerfTest_test.exe 300 320 1 13 25 -s > out13
echo Running on 14 processors...
mpirun -np 14 ./BasicPerfTest_test.exe 300 320 2 7 25 -s > out14
echo Running on 15 processors...
mpirun -np 15 ./BasicPerfTest_test.exe 300 320 3 5 25 -s > out15
echo Running on 16 processors...
mpirun -np 16 ./BasicPerfTest_test.exe 300 320 4 4 25 -s > out16
echo Running on 17 processors...
mpirun -np 17 ./BasicPerfTest_test.exe 300 320 1 17 25 -s > out17
echo Running on 18 processors...
mpirun -np 18 ./BasicPerfTest_test.exe 300 320 3 6 25 -s > out18
echo Running on 19 processors...
mpirun -np 19 ./BasicPerfTest_test.exe 300 320 1 19 25 -s > out19
echo Running on 20 processors...
mpirun -np 20 ./BasicPerfTest_test.exe 300 320 4 5 25 -s > out20
echo Running on 21 processors...
mpirun -np 21 ./BasicPerfTest_test.exe 300 320 3 7 25 -s > out21
echo Running on 22 processors...
mpirun -np 22 ./BasicPerfTest_test.exe 300 320 2 11 25 -s > out22
echo Running on 23 processors...
mpirun -np 23 ./BasicPerfTest_test.exe 300 320 1 23 25 -s > out23
echo Running on 24 processors...
mpirun -np 24 ./BasicPerfTest_test.exe 300 320 4 6 25 -s > out24
echo Running on 25 processors...
mpirun -np 25 ./BasicPerfTest_test.exe 300 320 5 5 25 -s > out25
echo Running on 26 processors...
mpirun -np 26 ./BasicPerfTest_test.exe 300 320 2 13 25 -s > out26
echo Running on 27 processors...
mpirun -np 27 ./BasicPerfTest_test.exe 300 320 3 9 25 -s > out27
echo Running on 28 processors...
mpirun -np 28 ./BasicPerfTest_test.exe 300 320 4 7 25 -s > out28
echo Summary results are in file "outall"

paste out01 out02 out03 out04 out05 out06 out07 out08 out09 out10 out11 out12 out13 out14 out15 out16 \
      out17 out18 out19  out20 out21 out22 out23 out24 out25 out26 out27 out28 > outall
