move recv_cancel from close to finalize
This commit was SVN r5117.
Этот коммит содержится в:
родитель
7eb87a1822
Коммит
53d51363ba
@ -177,9 +177,6 @@ int orte_pls_rsh_component_close(void)
|
||||
OMPI_THREAD_UNLOCK(&mca_pls_rsh_component.lock);
|
||||
}
|
||||
|
||||
/* cleanup any pending recvs */
|
||||
orte_rml.recv_cancel(ORTE_RML_NAME_ANY, ORTE_RML_TAG_RMGR_CLNT);
|
||||
|
||||
/* cleanup state */
|
||||
OBJ_DESTRUCT(&mca_pls_rsh_component.lock);
|
||||
OBJ_DESTRUCT(&mca_pls_rsh_component.cond);
|
||||
|
@ -538,7 +538,9 @@ int orte_pls_rsh_terminate_proc(const orte_process_name_t* proc)
|
||||
|
||||
int orte_pls_rsh_finalize(void)
|
||||
{
|
||||
return ORTE_ERR_NOT_IMPLEMENTED;
|
||||
/* cleanup any pending recvs */
|
||||
orte_rml.recv_cancel(ORTE_RML_NAME_ANY, ORTE_RML_TAG_RMGR_CLNT);
|
||||
return ORTE_SUCCESS;
|
||||
}
|
||||
|
||||
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user