We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9800e3 commit a2dd250Copy full SHA for a2dd250
buildlib/tools/perf-common.yml
@@ -17,11 +17,11 @@ steps:
17
perfxParams=(--skip-run --source-branch $(Build.SourceBranch) --omb-cuda)
18
;;
19
"Perf-test-multi-node")
20
- module="/hpc/local/etc/modulefiles/hpcx-ga-gcc-cuda13"
+ module="/hpc/local/etc/modulefiles/hpcx-ga-gcc"
21
perfxParams=(--skip-update --skip-build --use-cache --filter "--extra-ompi-opts= -H $perf_nodes")
22
23
"Perf-test-single-node")
24
25
IFS=',' read -ra nodes <<< "$perf_nodes"
26
node=${nodes[RANDOM % 2]}
27
perfxParams=(--skip-update --skip-build --use-cache --filter --setup rdmz-intra "--extra-ompi-opts= -H $node,$node")
0 commit comments