Skip to content

Commit

Permalink
fix something
Browse files Browse the repository at this point in the history
Signed-off-by: Howard Pritchard <[email protected]>
  • Loading branch information
hppritcha committed Oct 3, 2024
1 parent 385edd8 commit d2e6d1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ompi/mca/mtl/ofi/mtl_ofi.h
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,7 @@ ompi_mtl_ofi_isend_generic(struct mca_mtl_base_module_t *mtl,

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

if (ompi_mtl_ofi.total_ctxts_used > 0) {
Expand Down

0 comments on commit d2e6d1b

Please sign in to comment.