Removed $NSLOTS from mpirun, think the -np argument should be the number of MPI processes, i.e. number of gprMax models

这个提交包含在:
Craig Warren
2016-09-09 10:53:48 +01:00
父节点 4564d5367c
当前提交 6ffe811866

查看文件

@@ -34,4 +34,4 @@ export OMP_NUM_THREADS=8
### Run gprMax with input file ### Run gprMax with input file
cd $HOME/gprMax cd $HOME/gprMax
mpirun -np $NSLOTS python -m gprMax mymodel.in -n 100 -mpi mpirun -np 100 python -m gprMax mymodel.in -n 100 -mpi