你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-07 15:10:13 +08:00
Fix model title not being broadcast to all ranks
这个提交包含在:
@@ -58,6 +58,8 @@ class MPIModel(Model):
|
||||
return super().build_geometry()
|
||||
|
||||
def _broadcast_model(self):
|
||||
self.title = self.comm.bcast(self.title)
|
||||
|
||||
self.nx = self.comm.bcast(self.nx)
|
||||
self.ny = self.comm.bcast(self.ny)
|
||||
self.nz = self.comm.bcast(self.nz)
|
||||
|
在新工单中引用
屏蔽一个用户