Skip to content

Commit e40a79c

Browse files
committed
mtl/ofi: fix convertor on ofi_req
There was one instances in isend_generic where the convertor field on the ofi request was not set correctly. This commit fixes this. Signed-off-by: Edgar Gabriel <Edgar.Gabriel@amd.com>
1 parent e40ca0d commit e40a79c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ompi/mca/mtl/ofi/mtl_ofi.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1059,6 +1059,7 @@ ompi_mtl_ofi_isend_generic(struct mca_mtl_base_module_t *mtl,
10591059
ofi_req->length = length;
10601060
ofi_req->status.MPI_ERROR = OMPI_SUCCESS;
10611061
ofi_req->completion_count = 1;
1062+
ofi_req->convertor = convertor;
10621063

10631064
if (OPAL_UNLIKELY(length > endpoint->mtl_ofi_module->max_msg_size)) {
10641065
opal_show_help("help-mtl-ofi.txt",

0 commit comments

Comments
 (0)