Skip to content

Commit a2dd250

Browse files
committed
"TEST: Remove temp HPCX module with Cuda 13 support"
This reverts commit 3b2cc8c.
1 parent b9800e3 commit a2dd250

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildlib/tools/perf-common.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ steps:
1717
perfxParams=(--skip-run --source-branch $(Build.SourceBranch) --omb-cuda)
1818
;;
1919
"Perf-test-multi-node")
20-
module="/hpc/local/etc/modulefiles/hpcx-ga-gcc-cuda13"
20+
module="/hpc/local/etc/modulefiles/hpcx-ga-gcc"
2121
perfxParams=(--skip-update --skip-build --use-cache --filter "--extra-ompi-opts= -H $perf_nodes")
2222
;;
2323
"Perf-test-single-node")
24-
module="/hpc/local/etc/modulefiles/hpcx-ga-gcc-cuda13"
24+
module="/hpc/local/etc/modulefiles/hpcx-ga-gcc"
2525
IFS=',' read -ra nodes <<< "$perf_nodes"
2626
node=${nodes[RANDOM % 2]}
2727
perfxParams=(--skip-update --skip-build --use-cache --filter --setup rdmz-intra "--extra-ompi-opts= -H $node,$node")

0 commit comments

Comments
 (0)