ugni: missed a couple of lines in the last commit
This commit was SVN r26340.
Этот коммит содержится в:
родитель
501a86afe1
Коммит
c36ab84116
@ -74,8 +74,6 @@ static inline int mca_btl_ugni_ep_smsg_get_mbox (mca_btl_base_endpoint_t *ep) {
|
||||
int mca_btl_ugni_ep_disconnect (mca_btl_base_endpoint_t *ep, bool send_disconnect) {
|
||||
int rc;
|
||||
|
||||
OPAL_THREAD_LOCK(&ep->common->lock);
|
||||
|
||||
do {
|
||||
if (MCA_BTL_UGNI_EP_STATE_INIT == ep->state) {
|
||||
/* nothing to do */
|
||||
@ -101,8 +99,6 @@ int mca_btl_ugni_ep_disconnect (mca_btl_base_endpoint_t *ep, bool send_disconnec
|
||||
ep->mailbox = NULL;
|
||||
} while (0);
|
||||
|
||||
OPAL_THREAD_UNLOCK(&ep->common->lock);
|
||||
|
||||
return OMPI_SUCCESS;
|
||||
}
|
||||
|
||||
|
@ -115,7 +115,7 @@ int mca_btl_ugni_start_eager_get (mca_btl_base_endpoint_t *ep,
|
||||
frag = NULL;
|
||||
}
|
||||
|
||||
BTL_VERBOSE(("starting eager get for remote ctx: %p", hdr.ctx));
|
||||
BTL_VERBOSE(("starting eager get for remote ctx: %p", hdr.eager.ctx));
|
||||
|
||||
do {
|
||||
if (NULL == frag) {
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user