We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 834f73d + 35c8100 commit f47908fCopy full SHA for f47908f
src/mpid/ch4/src/ch4_comm.c
@@ -705,7 +705,7 @@ int MPIDI_Comm_create_multi_leaders(MPIR_Comm * comm)
705
/* balanced and node-consecutive */
706
MPIR_Assert(comm->local_size == num_local * num_external);
707
MPIR_Assert(local_rank == comm->rank % num_local);
708
- MPIR_Assert(external_rank = comm->rank / num_local);
+ MPIR_Assert(external_rank == comm->rank / num_local);
709
710
int *external_procs;
711
MPIR_CHKLMEM_MALLOC(external_procs, num_external * sizeof(int));
0 commit comments