From 7aadb802b86bb80b86178e272d63836c02f93db2 Mon Sep 17 00:00:00 2001 From: Craig Warren Date: Mon, 20 Mar 2017 16:49:52 +0000 Subject: [PATCH] Updated to reflect overhauled MPI simulation mode. --- tools/HPC scripts/gprmax_omp_mpi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/HPC scripts/gprmax_omp_mpi.sh b/tools/HPC scripts/gprmax_omp_mpi.sh index 626c46dd..dc1d8599 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=16 ### Run gprMax with input file cd $HOME/gprMax -mpiexec -np 11 -x OMP_NUM_THREADS python -m gprMax mymodel.in -n 10 -mpi \ No newline at end of file +python -m gprMax mymodel.in -n 10 -mpi 11