Correct a couple of typos in ompi_info's list of components
This commit was SVN r22129.
Этот коммит содержится в:
родитель
bf6e3d4355
Коммит
02ff00dfb5
@ -417,7 +417,7 @@ void ompi_info_open_components(void)
|
|||||||
}
|
}
|
||||||
map = OBJ_NEW(ompi_info_component_map_t);
|
map = OBJ_NEW(ompi_info_component_map_t);
|
||||||
map->type = strdup("rmcast");
|
map->type = strdup("rmcast");
|
||||||
map->components = &orte_rmaps_base.available_components;
|
map->components = &orte_rmcast_base.available_components;
|
||||||
opal_pointer_array_add(&component_map, map);
|
opal_pointer_array_add(&component_map, map);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@ -451,7 +451,7 @@ void ompi_info_open_components(void)
|
|||||||
}
|
}
|
||||||
map = OBJ_NEW(ompi_info_component_map_t);
|
map = OBJ_NEW(ompi_info_component_map_t);
|
||||||
map->type = strdup("sensor");
|
map->type = strdup("sensor");
|
||||||
map->components = &orte_rmaps_base.available_components;
|
map->components = &orte_sensor_base.available_components;
|
||||||
opal_pointer_array_add(&component_map, map);
|
opal_pointer_array_add(&component_map, map);
|
||||||
|
|
||||||
if (ORTE_SUCCESS != orte_fddp_base_open()) {
|
if (ORTE_SUCCESS != orte_fddp_base_open()) {
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user