Re-add missing assignment of component variable from MCA param that
somehow must have gotten deleted along the way... This commit was SVN r20386.
Этот коммит содержится в:
родитель
04a3b29b76
Коммит
2cafa5d640
@ -152,7 +152,7 @@ int btl_openib_register_mca_params(void)
|
|||||||
"warn_no_hca_params_found",
|
"warn_no_hca_params_found",
|
||||||
"Warn when no device-specific parameters are found in the INI file specified by the btl_openib_device_param_files MCA parameter (0 = do not warn; any other value = warn)",
|
"Warn when no device-specific parameters are found in the INI file specified by the btl_openib_device_param_files MCA parameter (0 = do not warn; any other value = warn)",
|
||||||
1, &ival, 0));
|
1, &ival, 0));
|
||||||
|
mca_btl_openib_component.warn_no_device_params_found = (0 != ival);
|
||||||
CHECK(reg_int("warn_default_gid_prefix", NULL,
|
CHECK(reg_int("warn_default_gid_prefix", NULL,
|
||||||
"Warn when there is more than one active ports and at least one of them connected to the network with only default GID prefix configured (0 = do not warn; any other value = warn)",
|
"Warn when there is more than one active ports and at least one of them connected to the network with only default GID prefix configured (0 = do not warn; any other value = warn)",
|
||||||
1, &ival, 0));
|
1, &ival, 0));
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user