1
1

Fix the example to use the new 2_2 topo component.

This commit was SVN r32338.
Этот коммит содержится в:
George Bosilca 2014-07-29 07:00:01 +00:00
родитель 78eae6108a
Коммит 815d7bc846
2 изменённых файлов: 3 добавлений и 3 удалений

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

@ -42,7 +42,7 @@ BEGIN_C_DECLS
/*
* Public component instance
*/
OMPI_MODULE_DECLSPEC extern mca_topo_base_component_2_1_0_t
OMPI_MODULE_DECLSPEC extern mca_topo_base_component_2_2_0_t
mca_topo_example_component;
/*

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

@ -37,10 +37,10 @@ comm_query(const ompi_communicator_t *comm, int *priority, uint32_t type);
/*
* Public component structure
*/
mca_topo_base_component_2_1_0_t mca_topo_example_component =
mca_topo_base_component_2_2_0_t mca_topo_example_component =
{
{
MCA_TOPO_BASE_VERSION_2_1_0,
MCA_TOPO_BASE_VERSION_2_2_0,
"example",
OMPI_MAJOR_VERSION,