From 5ee71a71e5c4c69a81a9a80087f0520225ff98c6 Mon Sep 17 00:00:00 2001 From: nsarkauskas Date: Wed, 26 Feb 2025 07:20:15 -0800 Subject: [PATCH] CL/HIER: Allgatherv alignment --- src/components/cl/hier/allgatherv/allgatherv.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/cl/hier/allgatherv/allgatherv.c b/src/components/cl/hier/allgatherv/allgatherv.c index 590a53f8e9..abd5176c06 100755 --- a/src/components/cl/hier/allgatherv/allgatherv.c +++ b/src/components/cl/hier/allgatherv/allgatherv.c @@ -43,8 +43,8 @@ static ucc_status_t ucc_cl_hier_allgatherv_finalize(ucc_coll_task_t *task) /* Return team_rank's node leader in team space */ static inline ucc_status_t find_leader_rank(ucc_base_team_t *team, - ucc_rank_t team_rank, - ucc_rank_t *rank_out) + ucc_rank_t team_rank, + ucc_rank_t *rank_out) { ucc_cl_hier_team_t *cl_team = ucc_derived_of(team, ucc_cl_hier_team_t); ucc_team_t *core_team = team->params.team;