Commit f2b0858
committed
pml/cm: Fix datatype offset in isend
Previously due to the MTL avoiding entering
the convertor for optimization, data offsetting
was not properly calculated. In order to fix this,
the datatype offset was moved from mca_pml_cm_send
into ompi_mtl_datatype_pack. This change was not
incorporated into the MCA_PML_CM_SEND_REQUEST_INIT_COMMON
macro and thus offset would be added twice during isend.
Signed-off-by: William Zhang <[email protected]>1 parent a1dc2f5 commit f2b0858
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
246 | 246 | | |
247 | 247 | | |
248 | 248 | | |
249 | | - | |
| 249 | + | |
250 | 250 | | |
251 | 251 | | |
252 | 252 | | |
| |||
0 commit comments