你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-07 23:14:03 +08:00
Updated flag to prevent nvcc warnings in Windows.
这个提交包含在:
@@ -480,7 +480,7 @@ def solve_gpu(currentmodelrun, modelend, G):
|
|||||||
|
|
||||||
# Suppress nvcc warnings on Windows
|
# Suppress nvcc warnings on Windows
|
||||||
if sys.platform == 'win32':
|
if sys.platform == 'win32':
|
||||||
compiler_opts = '-Xcompiler "/w"'
|
compiler_opts = ['-w']
|
||||||
else:
|
else:
|
||||||
compiler_opts = None
|
compiler_opts = None
|
||||||
|
|
||||||
|
在新工单中引用
屏蔽一个用户