We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a1dc2f5 + f2b0858 commit be40bc1Copy full SHA for be40bc1
ompi/mca/pml/cm/pml_cm_sendreq.h
@@ -246,7 +246,7 @@ do { \
246
/* Sets CONVERTOR_ACCELERATOR flag if device buffer */ \
247
opal_convertor_prepare_for_send( \
248
&req_send->req_base.req_convertor, \
249
- &datatype->super, count, (unsigned char*)buf + datatype->super.true_lb); \
+ &datatype->super, count, (unsigned char*)buf); \
250
} else { \
251
MCA_PML_CM_SWITCH_ACCELERATOR_CONVERTOR_OFF(flags, datatype, count); \
252
opal_convertor_copy_and_prepare_for_send( \
0 commit comments