diff --git a/doc/sphinx/03_vibe/do_gpu_throughput.sh b/doc/sphinx/03_vibe/do_gpu_throughput.sh index 14046730..726418a7 100755 --- a/doc/sphinx/03_vibe/do_gpu_throughput.sh +++ b/doc/sphinx/03_vibe/do_gpu_throughput.sh @@ -24,7 +24,7 @@ for NX in 32 64 96 128 160 192; do echo "Mesh base size = ${NX}" outfile=$(printf "gpu-throughput-%d.out" ${NX}) echo "saving to output file ${outfile}" - ARGS="${EXEC} -i ${INP} parthenon/mesh/nx1=${NX} parthenon/mesh/nx2=${NX} parthenon/mesh/nx3=${NX} parthenon/meshblock/nx1=${NXB} parthenon/meshblock/nx2=${NXB} parthenon/meshblock/nx3=${NXB} parthenon/time/nlim=${NLIM} parthenon/mesh/numlevel=${NLVL}" + ARGS="mpirun -n 1 ${EXEC} -i ${INP} parthenon/mesh/nx1=${NX} parthenon/mesh/nx2=${NX} parthenon/mesh/nx3=${NX} parthenon/meshblock/nx1=${NXB} parthenon/meshblock/nx2=${NXB} parthenon/meshblock/nx3=${NXB} parthenon/time/nlim=${NLIM} parthenon/mesh/numlevel=${NLVL}" CMD="${ARGS} | tee ${outfile}" echo ${CMD} ${ARGS} | tee ${outfile}