1
1

This fixes a long standing bug in the OpenIB BTL's MCA param intialization.Only caught if BTL_OPENIB_FAILOVER_ENABLED. Thanks to Jeff for spotting. This should be added to:

cmr=v1.7.4:reviewer=jsquyres
cmr=v1.6.6

This commit was SVN r30558.
Этот коммит содержится в:
Joshua Ladd 2014-02-04 20:01:39 +00:00
родитель 9ba6c6fe41
Коммит 1dbd8688db

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

@ -474,7 +474,7 @@ int btl_openib_register_mca_params(void)
"Output some verbose OpenIB BTL failover information "
"(0 = no output, nonzero = output)", 0, &btl_openib_verbose_failover, 0));
mca_btl_openib_component.verbose_failover = opal_output_open(NULL);
opal_output_set_verbosity(mca_btl_openib_component.verbose_failover, );
opal_output_set_verbosity(mca_btl_openib_component.verbose_failover, btl_openib_verbose_failover);
CHECK(reg_bool("port_error_failover", NULL,
"If nonzero, asynchronous port errors will trigger failover",