We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1655e16 + 2c10547 commit fd13d89Copy full SHA for fd13d89
src/uct/ib/base/ib_md.c
@@ -135,7 +135,7 @@ static ucs_config_field_t uct_ib_md_config_table[] = {
135
ucs_offsetof(uct_ib_md_config_t, devx_objs),
136
UCS_CONFIG_TYPE_BITMAP(uct_ib_devx_objs)},
137
138
- {"REG_MT_THRESH", "4G",
+ {"REG_MT_THRESH", "inf",
139
"Minimal MR size to be register using multiple parallel threads.\n"
140
"Number of threads used will be determined by number of CPUs which "
141
"registering thread is bound to by hard affinity.",
0 commit comments