Skip to content

Commit

Permalink
Swap run order
Browse files Browse the repository at this point in the history
  • Loading branch information
tvegas1 committed May 21, 2024
1 parent 6b5184d commit 2b2e044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/run_nccl_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ for TEST_EXE in ${NCCL_TEST_EXE[@]}; do
#===================
# Enable ucx_rma tests once this is resolved: https://redmine.mellanox.com/issues/3037941
# for P2P_LAYER in ucx ucx_rma ib
for P2P_LAYER in ucx ib ucx_uct ucx_uct_read; do
for P2P_LAYER in ucx ib ucx_uct_read ucx_uct; do
MPIRUN_OPTIONS_PLUGIN_P2P_LAYER="-x NCCL_PLUGIN_P2P=${P2P_LAYER}"

#===================
Expand Down

0 comments on commit 2b2e044

Please sign in to comment.