你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-04 11:36:52 +08:00
Remove print statements
这个提交包含在:
@@ -51,12 +51,6 @@ def create_mpi_type(
|
||||
starts, subshape = calculate_starts_and_subshape(
|
||||
shape, negative_offset, positive_offset, dirs, sending
|
||||
)
|
||||
|
||||
print(
|
||||
f"create_mpi_type: shape={shape}, negative_offset={negative_offset}, positive_offset={positive_offset}, dirs={dirs}, sending={sending}"
|
||||
)
|
||||
print(f"create_mpi_type: starts={starts}, subshape={subshape}")
|
||||
|
||||
mpi_type = MPI.FLOAT.Create_subarray(shape.tolist(), subshape.tolist(), starts.tolist())
|
||||
mpi_type.Commit()
|
||||
return mpi_type
|
||||
|
在新工单中引用
屏蔽一个用户