Skip to content

Commit

Permalink
TL/UCP: back to neighbor exchange
Browse files Browse the repository at this point in the history
  • Loading branch information
ikryukov committed Feb 3, 2024
1 parent 7d37c3d commit cc12ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/tl/ucp/allgather/allgather.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ char *ucc_tl_ucp_allgather_score_str_get(ucc_tl_ucp_team_t *team)
int max_size = ALLGATHER_MAX_PATTERN_SIZE;
int algo_num = UCC_TL_TEAM_SIZE(team) % 2
? UCC_TL_UCP_ALLGATHER_ALG_RING
: UCC_TL_UCP_ALLGATHER_ALG_BRUCK;
: UCC_TL_UCP_ALLGATHER_ALG_NEIGHBOR;
char *str = ucc_malloc(max_size * sizeof(char));
ucc_sbgp_t *sbgp;

Expand Down

0 comments on commit cc12ceb

Please sign in to comment.