1
1

Properly check the return status from registering the MCA params.

This commit was SVN r28587.
Этот коммит содержится в:
Jeff Squyres 2013-06-05 11:53:18 +00:00
родитель e48bd9809e
Коммит 1de00b17ad

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

@ -164,6 +164,9 @@ static int btl_openib_component_register(void)
/* register IB component parameters */
ret = btl_openib_register_mca_params();
if (OMPI_SUCCESS != (ret = btl_openib_register_mca_params())) {
return ret;
}
mca_btl_openib_component.max_send_size =
mca_btl_openib_module.super.btl_max_send_size;