1
1

max_hw_msg_size should be 0 (default) or greater

This commit was SVN r24455.
Этот коммит содержится в:
Doron Shoham 2011-02-24 09:17:18 +00:00
родитель f981e02b4a
Коммит 47a0752856

Просмотреть файл

@ -516,7 +516,7 @@ int btl_openib_register_mca_params(void)
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).",
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;
/* Info only */