new_scounts       102 ompi/mca/coll/base/coll_base_allgatherv.c     int *new_rcounts = NULL, *new_rdispls = NULL, *new_scounts = NULL, *new_sdispls = NULL;
new_scounts       146 ompi/mca/coll/base/coll_base_allgatherv.c     new_scounts = new_rdispls + size;
new_scounts       147 ompi/mca/coll/base/coll_base_allgatherv.c     new_sdispls = new_scounts + size;
new_scounts       164 ompi/mca/coll/base/coll_base_allgatherv.c             new_scounts[i] = rcounts[tmp_srank];
new_scounts       169 ompi/mca/coll/base/coll_base_allgatherv.c         err = ompi_datatype_create_indexed(blockcount, new_scounts, new_sdispls,
new_scounts       357 ompi/mca/coll/base/coll_base_allgatherv.c     int new_scounts[2], new_sdispls[2], new_rcounts[2], new_rdispls[2];
new_scounts       446 ompi/mca/coll/base/coll_base_allgatherv.c         new_scounts[0] = rcounts[send_data_from];
new_scounts       447 ompi/mca/coll/base/coll_base_allgatherv.c         new_scounts[1] = rcounts[(send_data_from + 1)];
new_scounts       450 ompi/mca/coll/base/coll_base_allgatherv.c         err = ompi_datatype_create_indexed(2, new_scounts, new_sdispls, rdtype,