Skip to content

Commit e6f81ed

Browse files
committed
ofi mtl: fix problem with mrecv
the ofi mtl mrecv was not properly setting the message in/out arg to MPI_MRECV to MPI_MESSAGE_NULL. Signed-off-by: Howard Pritchard <hppritcha@gmail.com>
1 parent dfb0ae7 commit e6f81ed

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)