Skip to content

Commit

Permalink
fix bcast size on nonroot 3
Browse files Browse the repository at this point in the history
  • Loading branch information
MamziB committed Feb 4, 2024
1 parent 88bff23 commit e20d904
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/tl/mlx5/mcast/tl_mlx5_mcast_team.c
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,6 @@ ucc_status_t ucc_tl_mlx5_mcast_team_test(ucc_base_team_t *team)
ucc_status_t status = UCC_OK;
struct sockaddr_in6 net_addr = {0,};
ucc_tl_mlx5_mcast_join_info_t *data = NULL;
struct rdma_cm_event tmp;

if (comm->rank == 0) {
switch(tl_team->mcast_state) {
Expand Down

0 comments on commit e20d904

Please sign in to comment.