1
1

Fix some component version numbers to be the same as the OMPI release

This commit was SVN r18965.
Этот коммит содержится в:
Jeff Squyres 2008-07-21 20:05:29 +00:00
родитель 3137ed9255
Коммит 54dbd95243
3 изменённых файлов: 11 добавлений и 9 удалений

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

@ -10,6 +10,7 @@
* Copyright (c) 2004-2005 The Regents of the University of California.
* All rights reserved.
* Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved.
* Copyright (c) 2008 Cisco Systems, Inc. All rights reserved.
* $COPYRIGHT$
*
* Additional copyrights may follow
@ -36,9 +37,9 @@ mca_allocator_base_component_t mca_allocator_basic_component = {
MCA_ALLOCATOR_BASE_VERSION_1_0_0,
"basic", /* MCA module name */
1, /* MCA module major version */
0, /* MCA module minor version */
0, /* MCA module release version */
ORTE_MAJOR_VERSION,
ORTE_MINOR_VERSION,
ORTE_RELEASE_VERSION,
mca_allocator_basic_component_open, /* module open */
mca_allocator_basic_component_close /* module close */
},

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

@ -9,6 +9,7 @@
* University of Stuttgart. All rights reserved.
* Copyright (c) 2004-2005 The Regents of the University of California.
* All rights reserved.
* Copyright (c) 2008 Cisco Systems, Inc. All rights reserved.
* $COPYRIGHT$
*
* Additional copyrights may follow
@ -115,9 +116,9 @@ mca_allocator_base_component_t mca_allocator_bucket_component = {
MCA_ALLOCATOR_BASE_VERSION_1_0_0,
"bucket", /* MCA module name */
1, /* MCA module major version */
0, /* MCA module minor version */
0, /* MCA module release version */
OMPI_MAJOR_VERSION,
OMPI_MINOR_VERSION,
OMPI_RELEASE_VERSION,
mca_allocator_bucket_module_open, /* module open */
mca_allocator_bucket_module_close /* module close */
},

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

@ -119,9 +119,9 @@ mca_oob_tcp_component_t mca_oob_tcp_component = {
{
MCA_OOB_BASE_VERSION_1_0_0,
"tcp", /* MCA module name */
1, /* MCA component major version */
0, /* MCA component minor version */
0, /* MCA component release version */
ORTE_MAJOR_VERSION,
ORTE_MINOR_VERSION,
ORTE_RELEASE_VERSION,
mca_oob_tcp_component_open, /* component open */
mca_oob_tcp_component_close /* component close */
},