de-deprecate mca_base_param_init mca_base_param_finalize as they will be needed until the mca_base_param shim layer goes away
This commit was SVN r28248.
Этот коммит содержится в:
родитель
21ee48de57
Коммит
3b3506717e
@ -162,7 +162,7 @@ BEGIN_C_DECLS
|
|||||||
* invoked internally (by mca_base_open()) and is only documented
|
* invoked internally (by mca_base_open()) and is only documented
|
||||||
* here for completeness.
|
* here for completeness.
|
||||||
*/
|
*/
|
||||||
OPAL_DECLSPEC int mca_base_param_init(void) __opal_attribute_deprecated__;
|
OPAL_DECLSPEC int mca_base_param_init(void);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Recache the MCA param files
|
* Recache the MCA param files
|
||||||
@ -853,7 +853,7 @@ OPAL_DECLSPEC int mca_base_param_check_exclusive_string(const char *type_a,
|
|||||||
* when the process is shutting down (e.g., during MPI_FINALIZE). It
|
* when the process is shutting down (e.g., during MPI_FINALIZE). It
|
||||||
* is only documented here for completeness.
|
* is only documented here for completeness.
|
||||||
*/
|
*/
|
||||||
OPAL_DECLSPEC int mca_base_param_finalize(void) __opal_attribute_deprecated__;
|
OPAL_DECLSPEC int mca_base_param_finalize(void);
|
||||||
|
|
||||||
END_C_DECLS
|
END_C_DECLS
|
||||||
|
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user