1
1

Use {{{ORTE_*_VERSION}}} instead of {{{OMPI_*_VERSION}}} in orte

This commit was SVN r21558.
Этот коммит содержится в:
Josh Hursey 2009-06-29 12:53:23 +00:00
родитель e03807a3d1
Коммит 91c4869cdc
4 изменённых файлов: 14 добавлений и 14 удалений

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

@ -40,9 +40,9 @@ static orte_filem_base_component_t none_component = {
ORTE_FILEM_BASE_VERSION_2_0_0,
/* Component name and version */
"none",
OMPI_MAJOR_VERSION,
OMPI_MINOR_VERSION,
OMPI_RELEASE_VERSION,
ORTE_MAJOR_VERSION,
ORTE_MINOR_VERSION,
ORTE_RELEASE_VERSION,
/* Component open and close functions */
orte_filem_base_none_open,

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

@ -28,7 +28,7 @@
* Public string for version number
*/
const char *orte_filem_rsh_component_version_string =
"ORTE FILEM rsh MCA component version " OMPI_VERSION;
"ORTE FILEM rsh MCA component version " ORTE_VERSION;
/*
* Local functionality
@ -53,9 +53,9 @@ orte_filem_rsh_component_t mca_filem_rsh_component = {
ORTE_FILEM_BASE_VERSION_2_0_0,
/* Component name and version */
"rsh",
OMPI_MAJOR_VERSION,
OMPI_MINOR_VERSION,
OMPI_RELEASE_VERSION,
ORTE_MAJOR_VERSION,
ORTE_MINOR_VERSION,
ORTE_RELEASE_VERSION,
/* Component open and close functions */
filem_rsh_open,

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

@ -40,9 +40,9 @@ static orte_snapc_base_component_t none_component = {
ORTE_SNAPC_BASE_VERSION_2_0_0,
/* Component name and version */
"none",
OMPI_MAJOR_VERSION,
OMPI_MINOR_VERSION,
OMPI_RELEASE_VERSION,
ORTE_MAJOR_VERSION,
ORTE_MINOR_VERSION,
ORTE_RELEASE_VERSION,
/* Component open and close functions */
orte_snapc_base_none_open,

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

@ -25,7 +25,7 @@
* Public string for version number
*/
const char *orte_snapc_full_component_version_string =
"ORTE SNAPC full MCA component version " OMPI_VERSION;
"ORTE SNAPC full MCA component version " ORTE_VERSION;
/*
* Local functionality
@ -52,9 +52,9 @@ orte_snapc_full_component_t mca_snapc_full_component = {
ORTE_SNAPC_BASE_VERSION_2_0_0,
/* Component name and version */
"full",
OMPI_MAJOR_VERSION,
OMPI_MINOR_VERSION,
OMPI_RELEASE_VERSION,
ORTE_MAJOR_VERSION,
ORTE_MINOR_VERSION,
ORTE_RELEASE_VERSION,
/* Component open and close functions */
snapc_full_open,