你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-08 07:24:19 +08:00
Code formatting cleanups.
这个提交包含在:
@@ -40,6 +40,7 @@ from .utilities import logo
|
||||
from .utilities import open_path_file
|
||||
from .utilities import timer
|
||||
|
||||
|
||||
def main():
|
||||
"""This is the main function for gprMax."""
|
||||
|
||||
@@ -358,8 +359,6 @@ def run_mpi_sim(args, inputfile, usernamespace):
|
||||
workobj = dict()
|
||||
workobj['currentmodelrun'] = model
|
||||
workobj['mpicommname'] = comm.name
|
||||
if optparams:
|
||||
workobj['optparams'] = optparams
|
||||
worklist.append(workobj)
|
||||
# Add stop sentinels
|
||||
worklist += ([StopIteration] * numworkers)
|
||||
|
在新工单中引用
屏蔽一个用户