你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-06 20:46:52 +08:00
Modified some comments.
这个提交包含在:
@@ -202,7 +202,7 @@ def run_benchmark_sim(args, inputfile, usernamespace):
|
||||
hyperthreading = ', {} cores with Hyper-Threading'.format(hostinfo['logicalcores']) if hostinfo['hyperthreading'] else ''
|
||||
machineIDlong = '{}; {} x {} ({} cores{}); {} RAM; {}'.format(hostinfo['machineID'], hostinfo['sockets'], hostinfo['cpuID'], hostinfo['physicalcores'], hyperthreading, human_size(hostinfo['ram'], a_kilobyte_is_1024_bytes=True), hostinfo['osversion'])
|
||||
|
||||
# Number of threads to test - start from single thread and double threads until maximum number of physical cores
|
||||
# Number of CPU threads to test - start from single thread and double threads until maximum number of physical cores
|
||||
minthreads = 1
|
||||
maxthreads = hostinfo['physicalcores']
|
||||
threads = []
|
||||
|
在新工单中引用
屏蔽一个用户