max_hw_msg_size should be 0 (default) or greater
This commit was SVN r24455.
Этот коммит содержится в:
родитель
f981e02b4a
Коммит
47a0752856
@ -516,7 +516,7 @@ int btl_openib_register_mca_params(void)
|
|||||||
|
|
||||||
CHECK(reg_int("max_hw_msg_size", NULL,
|
CHECK(reg_int("max_hw_msg_size", NULL,
|
||||||
"Maximum size (in bytes) of a single fragment of a long message when using the RDMA protocols (must be > 0 and <= hw capabilities).",
|
"Maximum size (in bytes) of a single fragment of a long message when using the RDMA protocols (must be > 0 and <= hw capabilities).",
|
||||||
0, &ival, REGINT_NEG_ONE_OK|REGINT_GE_ZERO));
|
0, &ival, REGINT_GE_ZERO));
|
||||||
mca_btl_openib_component.max_hw_msg_size = (uint32_t)ival;
|
mca_btl_openib_component.max_hw_msg_size = (uint32_t)ival;
|
||||||
|
|
||||||
/* Info only */
|
/* Info only */
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user