Skip to content

Commit

Permalink
DAOS-14544 rsvc: crt tree type usage fix (#14834) (#15005)
Browse files Browse the repository at this point in the history
- Change from flat to knomial tree for broadcasts

Signed-off-by: shiying <[email protected]>
Signed-off-by: Li Wei <[email protected]>
Co-authored-by: shiying <[email protected]>
  • Loading branch information
liw and yyyshi authored Sep 2, 2024
1 parent 1ccdef3 commit a4352e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rsvc/srv.c
Original file line number Diff line number Diff line change
Expand Up @@ -1200,7 +1200,7 @@ bcast_create(crt_opcode_t opc, bool filter_invert, d_rank_list_t *filter_ranks,
NULL /* co_bulk_hdl */, NULL /* priv */,
filter_invert ?
CRT_RPC_FLAG_FILTER_INVERT : 0,
crt_tree_topo(CRT_TREE_FLAT, 0), rpc);
crt_tree_topo(CRT_TREE_KNOMIAL, 2), rpc);
}

/**
Expand Down

0 comments on commit a4352e1

Please sign in to comment.