Skip to content

Commit

Permalink
Merge pull request #12980 from hppritcha/suppress_compiler_warning
Browse files Browse the repository at this point in the history
comm: suppress compiler warning
  • Loading branch information
hppritcha authored Dec 12, 2024
2 parents a75d285 + 9d3d37b commit 9ba5034
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 @@ -317,7 +317,7 @@ static int ompi_comm_ext_cid_new_block (ompi_communicator_t *newcomm, ompi_commu
char *tag = NULL;
size_t proc_count = 0, rproc_count = 0, tproc_count = 0, cid_base = 0UL, ninfo;
int rc, leader_rank;
pmix_proc_t *procs;
pmix_proc_t *procs = NULL;
void *grpinfo = NULL, *list = NULL;
pmix_data_array_t darray;

Expand Down

0 comments on commit 9ba5034

Please sign in to comment.