Skip to content

Commit

Permalink
some more PR feedback
Browse files Browse the repository at this point in the history
Signed-off-by: Howard Pritchard <howardp@lanl.gov>
  • Loading branch information
hppritcha committed Oct 3, 2024
1 parent 4fe0431 commit 385edd8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ompi/mca/mtl/ofi/mtl_ofi.h
Original file line number Diff line number Diff line change
Expand Up @@ -804,6 +804,9 @@ ompi_mtl_ofi_isend_generic(struct mca_mtl_base_module_t *mtl,
ompi_mtl_ofi_set_mr_null(ofi_req);

ompi_ret = ompi_comm_get_remote_cid(comm, dest, &c_index_for_tag);
if (OPAL_UNLIKELY(OMPI_SUCCESS != ompi_ret)) {
return rc;
}

if (ompi_mtl_ofi.total_ctxts_used > 0) {
ctxt_id = comm->c_contextid.cid_sub.u64 % ompi_mtl_ofi.total_ctxts_used;
Expand Down

0 comments on commit 385edd8

Please sign in to comment.