#!/bin/bash ./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 ./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