Skip to content

Commit 59359ef

Browse files
authored
Merge pull request #11892 from wenduwan/fix_bsend
Revert "pml/cm: fix buffer usage in MCA_PML_CM_HVY_SEND_REQUEST_BSEND…
2 parents 3519822 + 63391af commit 59359ef

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_addr ); \
384+
max_data, sendreq->req_buff ); \
385385
} \
386386
} \
387387
} while(0);

0 commit comments

Comments
 (0)