Skip to content

Commit 3e5cb1a

Browse files
authored
Merge pull request #10905 from edgargabriel/pr/mtl-ofi-convertor-fix
mtl/ofi: fix convertor on ofi_req
2 parents e40ca0d + e40a79c commit 3e5cb1a

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)