# Script for running with mpirun from QS4 (NIVC)
NP=$1
shift
mpirun -q short -maxtime 10 -np ${NP} $@



