update some routine names
This commit was SVN r2310.
Этот коммит содержится в:
родитель
262331690c
Коммит
78b5f1abcd
@ -137,7 +137,7 @@ mca_ptl_elan_component_close (void)
|
|||||||
if (mca_ptl_elan_component_initialized) {
|
if (mca_ptl_elan_component_initialized) {
|
||||||
|
|
||||||
/* cleanup the proc, ptl, and the module */
|
/* cleanup the proc, ptl, and the module */
|
||||||
ompi_mca_ptl_elan_finalize (&mca_ptl_elan_component);
|
mca_ptl_elan_state_finalize(&mca_ptl_elan_component);
|
||||||
if (elan_mp->elan_local) {
|
if (elan_mp->elan_local) {
|
||||||
free (elan_mp->elan_local);
|
free (elan_mp->elan_local);
|
||||||
}
|
}
|
||||||
@ -205,7 +205,7 @@ mca_ptl_elan_component_init (int *num_ptls,
|
|||||||
elan_mp->free_list_inc, NULL);
|
elan_mp->free_list_inc, NULL);
|
||||||
|
|
||||||
/* open basic elan device */
|
/* open basic elan device */
|
||||||
if (OMPI_SUCCESS != ompi_mca_ptl_elan_init(&mca_ptl_elan_component)) {
|
if (OMPI_SUCCESS != mca_ptl_elan_state_init(&mca_ptl_elan_component)) {
|
||||||
ompi_output(0,
|
ompi_output(0,
|
||||||
"[%s:%d] error in initializing elan state and PTL's.\n",
|
"[%s:%d] error in initializing elan state and PTL's.\n",
|
||||||
__FILE__, __LINE__);
|
__FILE__, __LINE__);
|
||||||
@ -247,7 +247,7 @@ mca_ptl_elan_component_init (int *num_ptls,
|
|||||||
* program and exit accordingly, via a signal/interrupt.
|
* program and exit accordingly, via a signal/interrupt.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if ((ompi_ptl_elan_thread_init(elan_mp)) != OMPI_SUCCESS) {
|
if ((mca_ptl_elan_thread_init(elan_mp)) != OMPI_SUCCESS) {
|
||||||
ompi_output(0,
|
ompi_output(0,
|
||||||
"unable to initialize %d asynchronous threads\n",
|
"unable to initialize %d asynchronous threads\n",
|
||||||
elan_mp->num_modules);
|
elan_mp->num_modules);
|
||||||
|
@ -308,7 +308,7 @@ ompi_init_elan_sleepdesc (mca_ptl_elan_state_t * ems,
|
|||||||
}
|
}
|
||||||
|
|
||||||
int
|
int
|
||||||
mca_ptl_elan_init (mca_ptl_elan_component_t * emp)
|
mca_ptl_elan_state_init (mca_ptl_elan_component_t * emp)
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
int *rails;
|
int *rails;
|
||||||
@ -543,7 +543,7 @@ mca_ptl_elan_init (mca_ptl_elan_component_t * emp)
|
|||||||
}
|
}
|
||||||
|
|
||||||
int
|
int
|
||||||
mca_ptl_elan_finalize (mca_ptl_elan_component_t * emp)
|
mca_ptl_elan_state_finalize (mca_ptl_elan_component_t * emp)
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
int num_rails;
|
int num_rails;
|
||||||
|
@ -337,8 +337,8 @@ ELAN_SLEEP *ompi_init_elan_sleepdesc (mca_ptl_elan_state_t * ems,
|
|||||||
RAIL * rail);
|
RAIL * rail);
|
||||||
|
|
||||||
/* Initialization and finalization routines */
|
/* Initialization and finalization routines */
|
||||||
int mca_ptl_elan_init (mca_ptl_elan_component_t * emp);
|
int mca_ptl_elan_state_init(mca_ptl_elan_component_t * emp);
|
||||||
int mca_ptl_elan_finalize (mca_ptl_elan_component_t * emp);
|
int mca_ptl_elan_state_finalize(mca_ptl_elan_component_t * emp);
|
||||||
int mca_ptl_elan_thread_init(mca_ptl_elan_component_t * emp);
|
int mca_ptl_elan_thread_init(mca_ptl_elan_component_t * emp);
|
||||||
int mca_ptl_elan_thread_close(mca_ptl_elan_component_t * emp);
|
int mca_ptl_elan_thread_close(mca_ptl_elan_component_t * emp);
|
||||||
|
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user