1
1

sharedfp: ensure sharedfp components register their parameters in mca_register_component_params not mca_component_open

This commit was SVN r28910.
Этот коммит содержится в:
Nathan Hjelm 2013-07-22 17:53:58 +00:00
родитель 61d331d5b5
Коммит b17cd13c09
4 изменённых файлов: 4 добавлений и 8 удалений

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

@ -61,8 +61,7 @@ mca_sharedfp_base_component_2_0_0_t mca_sharedfp_addproc_component = {
OMPI_MAJOR_VERSION,
OMPI_MINOR_VERSION,
OMPI_RELEASE_VERSION,
addproc_register,
NULL
.mca_register_component_params = addproc_register,
},
{
/* This component is checkpointable */

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

@ -58,8 +58,7 @@ mca_sharedfp_base_component_2_0_0_t mca_sharedfp_individual_component = {
OMPI_MAJOR_VERSION,
OMPI_MINOR_VERSION,
OMPI_RELEASE_VERSION,
individual_register,
NULL
.mca_register_component_params = individual_register,
},
{
/* This component is checkpointable */

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

@ -57,8 +57,7 @@ mca_sharedfp_base_component_2_0_0_t mca_sharedfp_lockedfile_component = {
OMPI_MAJOR_VERSION,
OMPI_MINOR_VERSION,
OMPI_RELEASE_VERSION,
lockedfile_register,
NULL
.mca_register_component_params = lockedfile_register,
},
{
/* This component is checkpointable */

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

@ -57,8 +57,7 @@ mca_sharedfp_base_component_2_0_0_t mca_sharedfp_sm_component = {
OMPI_MAJOR_VERSION,
OMPI_MINOR_VERSION,
OMPI_RELEASE_VERSION,
sm_register,
NULL
.mca_register_component_params = sm_register,
},
{
/* This component is checkpointable */