Skip to content

Commit

Permalink
REVIEW: address feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrol aderholdt committed Oct 12, 2023
1 parent ede701a commit 7248bc0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/tl/ucp/alltoallv/alltoallv_onesided.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ ucc_status_t ucc_tl_ucp_alltoallv_onesided_start(ucc_coll_task_t *ctask)

ucc_tl_ucp_task_reset(task, UCC_INPROGRESS);

/* perform puts to each member i using that displacement */
/* perform a put to each member peer using the peer's index in the
* destination displacement. */
for (peer = (grank + 1) % gsize; task->onesided.put_posted < gsize;
peer = (peer + 1) % gsize) {
sd_disp =
Expand Down

0 comments on commit 7248bc0

Please sign in to comment.