From 95c140eb5dd32ed03fb2cf4764388c403d5d6eee Mon Sep 17 00:00:00 2001 From: Thomas Vegas Date: Fri, 4 Oct 2024 10:34:49 +0300 Subject: [PATCH] UCP RMA: Fix put-based plugin --- .ci/run_nccl_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/run_nccl_tests.sh b/.ci/run_nccl_tests.sh index c2724a4f..ba1d0d69 100755 --- a/.ci/run_nccl_tests.sh +++ b/.ci/run_nccl_tests.sh @@ -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 ib ucx ucx_uct ucx_uct_read; do + for P2P_LAYER in ib ucx ucx_rma ucx_uct ucx_uct_read; do MPIRUN_OPTIONS_PLUGIN_P2P_LAYER="-x NCCL_PLUGIN_P2P=${P2P_LAYER}" #===================