Skip to content

Commit

Permalink
TL/UCP: adjust barrier radix
Browse files Browse the repository at this point in the history
  • Loading branch information
shimmybalsam committed Feb 1, 2024
1 parent 53a808e commit 47a5918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/tl/ucp/tl_ucp.c
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ ucc_config_field_t ucc_tl_ucp_lib_config_table[] = {
"other KN_RADIX values",
ucc_offsetof(ucc_tl_ucp_lib_config_t, kn_radix), UCC_CONFIG_TYPE_UINT},

{"BARRIER_KN_RADIX", "4",
{"BARRIER_KN_RADIX", "8",
"Radix of the recursive-knomial barrier algorithm",
ucc_offsetof(ucc_tl_ucp_lib_config_t, barrier_kn_radix),
UCC_CONFIG_TYPE_UINT},
Expand Down

0 comments on commit 47a5918

Please sign in to comment.