Skip to content

Commit

Permalink
Merge pull request #8012 from hppritcha/topic/mprobe_with_ofi_fix
Browse files Browse the repository at this point in the history
ofi mtl: fix problem with mrecv
  • Loading branch information
hppritcha authored Aug 18, 2020
2 parents bf4e1b4 + e6f81ed commit eefaadf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ompi/mca/mtl/ofi/mtl_ofi.h
Original file line number Diff line number Diff line change
Expand Up @@ -950,6 +950,8 @@ ompi_mtl_ofi_imrecv(struct mca_mtl_base_module_t *mtl,
return ompi_mtl_ofi_get_error(ret);
}

*message = MPI_MESSAGE_NULL;

return OMPI_SUCCESS;
}

Expand Down

0 comments on commit eefaadf

Please sign in to comment.