We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b5184d commit 2b2e044Copy full SHA for 2b2e044
.ci/run_nccl_tests.sh
@@ -109,7 +109,7 @@ for TEST_EXE in ${NCCL_TEST_EXE[@]}; do
109
#===================
110
# Enable ucx_rma tests once this is resolved: https://redmine.mellanox.com/issues/3037941
111
# for P2P_LAYER in ucx ucx_rma ib
112
- for P2P_LAYER in ucx ib ucx_uct ucx_uct_read; do
+ for P2P_LAYER in ucx ib ucx_uct_read ucx_uct; do
113
MPIRUN_OPTIONS_PLUGIN_P2P_LAYER="-x NCCL_PLUGIN_P2P=${P2P_LAYER}"
114
115
0 commit comments