你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-06 20:46:52 +08:00
Use mpiexec rather than mpirun. They are the same, but mpiexec is the newer term.
这个提交包含在:
@@ -34,4 +34,4 @@ export OMP_NUM_THREADS=8
|
||||
|
||||
### Run gprMax with input file
|
||||
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
|
在新工单中引用
屏蔽一个用户