1
1

CRS is now an opal framework. It should use OPAL version defines.

This commit was SVN r19643.
Этот коммит содержится в:
Aurelien Bouteiller 2008-09-25 21:01:04 +00:00
родитель 91bbc6b919
Коммит 4be474f727

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

@ -19,7 +19,7 @@
* Public string for version number * Public string for version number
*/ */
const char *opal_crs_none_component_version_string = const char *opal_crs_none_component_version_string =
"OPAL CRS none MCA component version " OMPI_VERSION; "OPAL CRS none MCA component version " OPAL_VERSION;
/* /*
* Local functionality * Local functionality
@ -42,9 +42,9 @@ opal_crs_none_component_t mca_crs_none_component = {
/* Component name and version */ /* Component name and version */
"none", "none",
OMPI_MAJOR_VERSION, OPAL_MAJOR_VERSION,
OMPI_MINOR_VERSION, OPAL_MINOR_VERSION,
OMPI_RELEASE_VERSION, OPAL_RELEASE_VERSION,
/* Component open and close functions */ /* Component open and close functions */
crs_none_open, crs_none_open,