你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-07 15:10:13 +08:00
Change mpi and taskfarm flags to use -- convention
这个提交包含在:
@@ -451,7 +451,7 @@ class GprMaxMPIRegressionTest(GprMaxRegressionTest):
|
||||
def configure_test_run(self):
|
||||
"""Add MPI specific commandline arguments"""
|
||||
self.num_tasks = int(prod(self.mpi_layout))
|
||||
self.extra_executable_opts = ["-mpi", *map(str, self.mpi_layout)]
|
||||
self.extra_executable_opts = ["--mpi", *map(str, self.mpi_layout)]
|
||||
super().configure_test_run()
|
||||
|
||||
def _get_variant(self) -> str:
|
||||
|
在新工单中引用
屏蔽一个用户