Skip to content

Commit 2104fea

Browse files
committed
Swap run order
1 parent 6b5184d commit 2104fea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/run_nccl_tests.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ for TEST_EXE in ${NCCL_TEST_EXE[@]}; do
109109
#===================
110110
# Enable ucx_rma tests once this is resolved: https://redmine.mellanox.com/issues/3037941
111111
# for P2P_LAYER in ucx ucx_rma ib
112-
for P2P_LAYER in ucx ib ucx_uct ucx_uct_read; do
112+
for P2P_LAYER in ucx_uct_read ib ucx_uct ucx; do
113113
MPIRUN_OPTIONS_PLUGIN_P2P_LAYER="-x NCCL_PLUGIN_P2P=${P2P_LAYER}"
114114

115115
#===================

0 commit comments

Comments
 (0)