Skip to content

Commit 7b87ae4

Browse files
authored
Merge pull request #11814 from wzamazon/fix_bsend_init
pml/cm: fix buffer usage in MCA_PML_CM_HVY_SEND_REQUEST_BSEND_ALLOC()
2 parents 6cb2144 + d71fe93 commit 7b87ae4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ompi/mca/pml/cm/pml_cm_sendreq.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ do { \
381381
&max_data ); \
382382
opal_convertor_prepare_for_send( &sendreq->req_send.req_base.req_convertor, \
383383
&(ompi_mpi_packed.dt.super), \
384-
max_data, sendreq->req_buff ); \
384+
max_data, sendreq->req_addr ); \
385385
} \
386386
} \
387387
} while(0);

0 commit comments

Comments
 (0)