你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-07 15:10:13 +08:00
Removed $NSLOTS from mpirun, think the -np argument should be the number of MPI processes, i.e. number of gprMax models
这个提交包含在:
@@ -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
|
在新工单中引用
屏蔽一个用户