Skip to content

Commit

Permalink
UCT/IB: Disable MR multithreaded registration
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankochin committed Mar 28, 2024
1 parent 1655e16 commit 2c10547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uct/ib/base/ib_md.c
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ static ucs_config_field_t uct_ib_md_config_table[] = {
ucs_offsetof(uct_ib_md_config_t, devx_objs),
UCS_CONFIG_TYPE_BITMAP(uct_ib_devx_objs)},

{"REG_MT_THRESH", "4G",
{"REG_MT_THRESH", "inf",
"Minimal MR size to be register using multiple parallel threads.\n"
"Number of threads used will be determined by number of CPUs which "
"registering thread is bound to by hard affinity.",
Expand Down

0 comments on commit 2c10547

Please sign in to comment.