From e52682c1a6b011cdb2bb654b11c10fbbeb2dc9fe Mon Sep 17 00:00:00 2001 From: jeffnvidia Date: Wed, 13 Nov 2024 12:01:16 +0200 Subject: [PATCH] comment start of knomial --- src/components/tl/ucp/allgather/allgather_knomial.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/tl/ucp/allgather/allgather_knomial.c b/src/components/tl/ucp/allgather/allgather_knomial.c index 3b9340eac1..69180bbf78 100644 --- a/src/components/tl/ucp/allgather/allgather_knomial.c +++ b/src/components/tl/ucp/allgather/allgather_knomial.c @@ -407,8 +407,8 @@ ucc_status_t ucc_tl_ucp_allgather_knomial_init_r( ucc_tl_ucp_task_t *task; ucc_sbgp_t *sbgp; ucc_status_t status; - ucc_info("start of all_gatherknomial with ucc_info"); - printf("test of printf"); + // ucc_info("start of all_gatherknomial with ucc_info"); + // printf("test of printf"); task = ucc_tl_ucp_init_task(coll_args, team); status = ucc_mpool_init(&task->allgather_kn.etask_node_mpool, 0, sizeof(node_ucc_ee_executor_task_t), 0, UCC_CACHE_LINE_SIZE, 16, UINT_MAX, NULL,