Skip to content

Commit 5ec2691

Browse files
author
Sergey Oblomov
committed
PML/UCX: do not set offset on ordered data recv
Signed-off-by: Sergey Oblomov <[email protected]>
1 parent 19607da commit 5ec2691

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ompi/mca/pml/ucx/pml_ucx_datatype.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ static ucs_status_t pml_ucx_generic_datatype_unpack(void *state, size_t offset,
103103
/* permanently switch to un-ordered mode */
104104
convertor->offset = 0;
105105
} else {
106-
opal_convertor_set_position(&convertor->opal_conv, &offset);
107106
opal_convertor_unpack(&convertor->opal_conv, &iov, &iov_count, &length);
108107
convertor->offset += length;
109108
}

0 commit comments

Comments
 (0)