Skip to content

Commit eefaadf

Browse files
authored
Merge pull request #8012 from hppritcha/topic/mprobe_with_ofi_fix
ofi mtl: fix problem with mrecv
2 parents bf4e1b4 + e6f81ed commit eefaadf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ompi/mca/mtl/ofi/mtl_ofi.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -950,6 +950,8 @@ ompi_mtl_ofi_imrecv(struct mca_mtl_base_module_t *mtl,
950950
return ompi_mtl_ofi_get_error(ret);
951951
}
952952

953+
*message = MPI_MESSAGE_NULL;
954+
953955
return OMPI_SUCCESS;
954956
}
955957

0 commit comments

Comments
 (0)