From a4118eae7317586eb6bc95eaa418f3d0606c2139 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Tue, 17 Mar 2026 17:39:29 +0000 Subject: [PATCH] update the number of instances --- python/mscclpp/default_algos/mscclpp_send_recv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/mscclpp/default_algos/mscclpp_send_recv.py b/python/mscclpp/default_algos/mscclpp_send_recv.py index ef052210..c09cdc27 100644 --- a/python/mscclpp/default_algos/mscclpp_send_recv.py +++ b/python/mscclpp/default_algos/mscclpp_send_recv.py @@ -21,7 +21,7 @@ def send_recv_test(name, nnodes, gpus_per_node, split_mask): use_double_scratch_buffer=False, min_message_size=0, max_message_size=2**64 - 1, - instances=4 + instances=2 ): # Creating separate port channels for next and prev directions. # When prev and next are the same peer (e.g., 2-node ring), both channels go to the same peer