fragcount         305 ompi/mca/coll/libnbc/nbc_ibcast.c   int res, vrank, rpeer, speer, numfrag, fragcount, thiscount;
fragcount         327 ompi/mca/coll/libnbc/nbc_ibcast.c   fragcount = count/numfrag;
fragcount         330 ompi/mca/coll/libnbc/nbc_ibcast.c     buf = (char *) buffer + fragnum * fragcount * ext;
fragcount         331 ompi/mca/coll/libnbc/nbc_ibcast.c     thiscount = fragcount;
fragcount         334 ompi/mca/coll/libnbc/nbc_ibcast.c       thiscount = count - fragcount * fragnum;
fragcount         463 ompi/mca/coll/libnbc/nbc_ireduce.c   int res, vrank, rpeer, speer, numfrag, fragcount, thiscount;
fragcount         479 ompi/mca/coll/libnbc/nbc_ireduce.c   fragcount = count / numfrag;
fragcount         482 ompi/mca/coll/libnbc/nbc_ireduce.c     offset = fragnum * fragcount * ext;
fragcount         483 ompi/mca/coll/libnbc/nbc_ireduce.c     thiscount = fragcount;
fragcount         486 ompi/mca/coll/libnbc/nbc_ireduce.c       thiscount = count - fragcount * fragnum;