Skip to content

Commit

Permalink
coll/allreduce: remove a leftover empty branch
Browse files Browse the repository at this point in the history
Commit ba1b4dd left an empty branch
that should be removed.
  • Loading branch information
hzhou committed Sep 12, 2024
1 parent b6cecd0 commit 331eb14
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/mpi/coll/allreduce/allreduce_intra_recexch.c
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,6 @@ int MPIR_Allreduce_intra_recexch(const void *sendbuf,
mpi_errno = MPIC_Isend(recvbuf, count, datatype, nbr, MPIR_ALLREDUCE_TAG,
comm, coll_group, &send_reqs[send_nreq++], errflag);
MPIR_ERR_CHECK(mpi_errno);
if (rank > nbr) {
}
}

mpi_errno = MPIC_Waitall(send_nreq, send_reqs, MPI_STATUSES_IGNORE);
Expand Down

0 comments on commit 331eb14

Please sign in to comment.