Skip to content

Commit

Permalink
code cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Howard Pritchard <[email protected]>
  • Loading branch information
hppritcha committed Jul 31, 2024
1 parent afc23fc commit 8c33262
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions ompi/communicator/comm.c
Original file line number Diff line number Diff line change
Expand Up @@ -1826,8 +1826,6 @@ int ompi_intercomm_create_from_groups (ompi_group_t *local_group, int local_lead
} else {
free (leader_procs);
}

rsize = remote_group->grp_proc_count;
}

/* bcast size and list of remote processes to all processes in local_comm */
Expand Down Expand Up @@ -1866,13 +1864,6 @@ int ompi_intercomm_create_from_groups (ompi_group_t *local_group, int local_lead
return rc;
}

/* will be using a communicator ID derived from the bridge communicator to save some time */
new_block.block_cid.cid_base = data[1];
new_block.block_cid.cid_sub.u64 = data[2];
new_block.block_nextsub = 0;
new_block.block_nexttag = 0;
new_block.block_level = (int8_t) data[3];

rc = ompi_comm_nextcid (newcomp, NULL, NULL, (void *) tag, NULL, false, OMPI_COMM_CID_GROUP_NEW);
if ( OMPI_SUCCESS != rc ) {
OBJ_RELEASE(newcomp);
Expand Down

0 comments on commit 8c33262

Please sign in to comment.