sendblocklocation  261 ompi/mca/coll/base/coll_base_allgather.c     int remote, distance, sendblocklocation;
sendblocklocation  309 ompi/mca/coll/base/coll_base_allgather.c     sendblocklocation = rank;
sendblocklocation  314 ompi/mca/coll/base/coll_base_allgather.c             tmpsend = (char*)rbuf + (ptrdiff_t)sendblocklocation * (ptrdiff_t)rcount * rext;
sendblocklocation  315 ompi/mca/coll/base/coll_base_allgather.c             tmprecv = (char*)rbuf + (ptrdiff_t)(sendblocklocation + distance) * (ptrdiff_t)rcount * rext;
sendblocklocation  317 ompi/mca/coll/base/coll_base_allgather.c             tmpsend = (char*)rbuf + (ptrdiff_t)sendblocklocation * (ptrdiff_t)rcount * rext;
sendblocklocation  318 ompi/mca/coll/base/coll_base_allgather.c             tmprecv = (char*)rbuf + (ptrdiff_t)(sendblocklocation - distance) * (ptrdiff_t)rcount * rext;
sendblocklocation  319 ompi/mca/coll/base/coll_base_allgather.c             sendblocklocation -= distance;
sendblocklocation  367 ompi/mca/coll/libnbc/nbc_iallgather.c     int sendblocklocation = rank;
sendblocklocation  371 ompi/mca/coll/libnbc/nbc_iallgather.c         tmpsend = (char *)rbuf + (ptrdiff_t)sendblocklocation * (ptrdiff_t)rcount * rext;
sendblocklocation  373 ompi/mca/coll/libnbc/nbc_iallgather.c             tmprecv = (char *)rbuf + (ptrdiff_t)(sendblocklocation + distance) * (ptrdiff_t)rcount * rext;
sendblocklocation  375 ompi/mca/coll/libnbc/nbc_iallgather.c             tmprecv = (char *)rbuf + (ptrdiff_t)(sendblocklocation - distance) * (ptrdiff_t)rcount * rext;
sendblocklocation  376 ompi/mca/coll/libnbc/nbc_iallgather.c             sendblocklocation -= distance;