1
1
This commit was SVN r6561.
Этот коммит содержится в:
George Bosilca 2005-07-20 06:48:11 +00:00
родитель 3b52a31e1f
Коммит 404d9ea990

@ -33,7 +33,7 @@ int mca_pml_ob1_isend_init(void *buf,
{
int rc;
mca_pml_ob1_send_request_t *sendreq;
mca_pml_ob1_send_request_t *sendreq = NULL;
MCA_PML_OB1_SEND_REQUEST_ALLOC(comm, dst, sendreq, rc);
if (rc != OMPI_SUCCESS)
return rc;
@ -60,7 +60,7 @@ int mca_pml_ob1_isend(void *buf,
ompi_request_t ** request)
{
int rc;
mca_pml_ob1_send_request_t *sendreq;
mca_pml_ob1_send_request_t *sendreq = NULL;
MCA_PML_OB1_SEND_REQUEST_ALLOC(comm, dst, sendreq, rc);
if (rc != OMPI_SUCCESS)
return rc;