Use mpiexec rather than mpirun. They are the same, but mpiexec is the newer term.

这个提交包含在:
Craig Warren
2016-09-09 12:03:02 +01:00
父节点 034005bbaf
当前提交 60181681aa

查看文件

@@ -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 100 python -m gprMax mymodel.in -n 100 -mpi mpiexec -n 100 python -m gprMax mymodel.in -n 100 -mpi