Skip to content

Commit

Permalink
TL/MLX5: deactivate mcast bcast
Browse files Browse the repository at this point in the history
  • Loading branch information
samnordmann committed Mar 12, 2024
1 parent f256628 commit ee5c33c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/tl/mlx5/tl_mlx5_team.c
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ ucc_status_t ucc_tl_mlx5_team_get_scores(ucc_base_team_t * tl_team,
team_info.supported_mem_types = mt;
team_info.supported_colls =
(UCC_COLL_TYPE_ALLTOALL * (team->a2a_status.local == UCC_OK)) |
UCC_COLL_TYPE_BCAST;
UCC_COLL_TYPE_BCAST * 0;
team_info.size = UCC_TL_TEAM_SIZE(team);

status = ucc_coll_score_build_default(
Expand Down

0 comments on commit ee5c33c

Please sign in to comment.