Skip to content

Commit

Permalink
Update ompi/communicator/comm_cid.c
Browse files Browse the repository at this point in the history
Signed-off-by: bosilca <[email protected]>
  • Loading branch information
bosilca authored Dec 2, 2023
1 parent ea62e7c commit 4fcafb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ompi/communicator/comm_cid.c
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@ static int ompi_comm_nextcid_check_flag (ompi_comm_request_t *request)
/* Non-blocking version of ompi_comm_activate */
static int ompi_comm_activate_nb_complete (ompi_comm_request_t *request);

/* Callback function to set comunicator disjointness flags */
/* Callback function to set communicator disjointness flags */
static inline void ompi_comm_set_disjointness_nb_complete(ompi_comm_cid_context_t *context)
{
if (OMPI_COMM_IS_DISJOINT_SET(*context->newcommp)) {
Expand Down

0 comments on commit 4fcafb0

Please sign in to comment.