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

3
4
5
6
7
8
9
10
11
./build/mpirun_rochpl -P 8 -Q 4 --it 6 -i HPL-32.dat \
  -H node01,node02,node03,node04 \
  --tcp-iface p14p2 \
  --ssh-port 3333
./build/mpirun_rochpl -P 8 -Q 2 --it 6 -i HPL-16.dat \
  -H node01,node02 \
  --tcp-iface p14p2 \
  --ssh-port 3333
./build/mpirun_rochpl -P 4 -Q 2 --it 6 -i HPL-8.dat
one's avatar
one committed
12
13
14
./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