1
1

Fix a typo that breaks ompi_info if --enable-sensors

This commit was SVN r23338.
Этот коммит содержится в:
Ralph Castain 2010-07-02 02:38:55 +00:00
родитель 10185343a7
Коммит b4422e012c

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

@ -473,7 +473,7 @@ void ompi_info_open_components(void)
if (ORTE_SUCCESS != orte_sensor_base_open()) {
goto error;
}
map = OBJ_NEW(orte_info_component_map_t);
map = OBJ_NEW(omp_info_component_map_t);
map->type = strdup("sensor");
map->components = &mca_sensor_base_components_available;
opal_pointer_array_add(&component_map, map);