#!/usr/bin/env bash for i in {0..49} do mpirun python ./tools/solver/Ndar.py $i 2 done