你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-08 07:24:19 +08:00
Turn off progress bars for non-rank 0 processes
这个提交包含在:
@@ -256,6 +256,11 @@ class SimulationConfig:
|
|||||||
),
|
),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if self.mpi and self.general["progressbars"]:
|
||||||
|
from mpi4py import MPI
|
||||||
|
|
||||||
|
self.general["progressbars"] = MPI.COMM_WORLD.rank == 0
|
||||||
|
|
||||||
# Store information about host machine
|
# Store information about host machine
|
||||||
self.hostinfo = get_host_info()
|
self.hostinfo = get_host_info()
|
||||||
|
|
||||||
|
在新工单中引用
屏蔽一个用户