sharedfp: ensure sharedfp components register their parameters in mca_register_component_params not mca_component_open
This commit was SVN r28910.
Этот коммит содержится в:
родитель
61d331d5b5
Коммит
b17cd13c09
@ -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 */
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user