Skip to content

Commit 6a02b48

Browse files
Update src/core/ucc_context.c
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
1 parent ff54b3d commit 6a02b48

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/core/ucc_context.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -617,9 +617,6 @@ ucc_status_t ucc_core_ctx_id_exchange(ucc_context_t *context, ucc_oob_coll_t *oo
617617
}
618618
addr_storage->addr_len = sizeof(ucc_context_id_t);
619619

620-
status = oob->allgather(&context->id, addr_storage->storage,
621-
sizeof(ucc_context_id_t), oob->coll_info,
622-
&addr_storage->oob_req);
623620
status = oob->allgather(&context->id, addr_storage->storage,
624621
sizeof(ucc_context_id_t), oob->coll_info,
625622
&addr_storage->oob_req);

0 commit comments

Comments
 (0)