max_block_count   462 ompi/mca/coll/base/coll_base_reduce_scatter.c     int ret, line, rank, size, i, k, recv_from, send_to, total_count, max_block_count;
max_block_count   483 ompi/mca/coll/base/coll_base_reduce_scatter.c     max_block_count = rcounts[0];
max_block_count   487 ompi/mca/coll/base/coll_base_reduce_scatter.c         if (max_block_count < rcounts[i]) max_block_count = rcounts[i];
max_block_count   509 ompi/mca/coll/base/coll_base_reduce_scatter.c     max_real_segsize = opal_datatype_span(&dtype->super, max_block_count, &gap);
max_block_count   556 ompi/mca/coll/base/coll_base_reduce_scatter.c     ret = MCA_PML_CALL(irecv(inbuf[inbi], max_block_count, dtype, recv_from,
max_block_count   572 ompi/mca/coll/base/coll_base_reduce_scatter.c         ret = MCA_PML_CALL(irecv(inbuf[inbi], max_block_count, dtype, recv_from,