diff --git a/tools/HPC scripts/gprmax_omp_mpi.sh b/tools/HPC scripts/gprmax_omp_mpi.sh index ada029f8..04a70729 100644 --- a/tools/HPC scripts/gprmax_omp_mpi.sh +++ b/tools/HPC scripts/gprmax_omp_mpi.sh @@ -34,4 +34,4 @@ export OMP_NUM_THREADS=8 ### Run gprMax with input file cd $HOME/gprMax -mpirun -np $NSLOTS python -m gprMax mymodel.in -n 100 -mpi \ No newline at end of file +mpirun -np 100 python -m gprMax mymodel.in -n 100 -mpi \ No newline at end of file