#!/bin/bash #SBATCH --time=00:10:00 #SBATCH -N 1 # Nr. of nodes #SBATCH -n 10 # Total nr. of cores DIM=2D resolution=125 iterations=10 mpirun main_mpi $DIM $resolution $iterations