# Script for running with mpirun from MPICH
NP=$1
shift
mpirun -machinefile mf -np ${NP} $@


