maxround           28 ompi/mca/coll/libnbc/nbc_ibarrier.c   int rank, p, maxround, res, recvpeer, sendpeer;
maxround           48 ompi/mca/coll/libnbc/nbc_ibarrier.c     maxround = (int)ceil((log((double)p)/LOG2)-1);
maxround           50 ompi/mca/coll/libnbc/nbc_ibarrier.c     for (int round = 0 ; round <= maxround ; ++round) {
maxround           70 ompi/mca/coll/libnbc/nbc_ibarrier.c       if (round < maxround) {