fix(pcie): verify GPU links under real bandwidth load

This commit is contained in:
Mikhail Chusavitin
2026-09-03 10:23:39 +03:00
parent 642e68631d
commit 347bc8310a
27 changed files with 384 additions and 902 deletions
-12
View File
@@ -303,18 +303,6 @@ func executeTaskWithOptions(opts *HandlerOptions, t *Task, j *jobState, ctx cont
break
}
archive, err = runNvidiaConfigCheckPackCtx(a, ctx, "", j.append)
case "pcie-link":
if a == nil {
err = fmt.Errorf("app not configured")
break
}
archive, err = runPCIeLinkCheckPackCtx(a, ctx, "", j.append)
case "nvidia-pcie-bandwidth":
if a == nil {
err = fmt.Errorf("app not configured")
break
}
archive, err = runNvidiaPCIeBandwidthPackCtx(a, ctx, "", t.params.GPUIndices, j.append)
case "cpu":
if a == nil {
err = fmt.Errorf("app not configured")