Skip to content

Commit

Permalink
CL/HIER: Allgatherv alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
nsarkauskas authored and nsarka committed Feb 26, 2025
1 parent 5c3cc25 commit 5ee71a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/cl/hier/allgatherv/allgatherv.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 5ee71a7

Please sign in to comment.