你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-06 20:46:52 +08:00
Corrected number of MPI workers.
这个提交包含在:
@@ -257,7 +257,7 @@ def run_mpi_sim(args, inputfile, usernamespace, optparams=None):
|
|||||||
|
|
||||||
# Number of workers and command line flag to indicate a spawned worker
|
# Number of workers and command line flag to indicate a spawned worker
|
||||||
worker = '--mpi-worker'
|
worker = '--mpi-worker'
|
||||||
numberworkers = args.mpi
|
numberworkers = args.mpi - 1
|
||||||
|
|
||||||
# Master process
|
# Master process
|
||||||
if worker not in sys.argv:
|
if worker not in sys.argv:
|
||||||
|
在新工单中引用
屏蔽一个用户