nextAggr          352 ompi/mca/io/romio321/romio/adio/ad_gpfs/bg/ad_bg_aggrs.c      int nextBridge = 0, nextAggr = confInfo->numBridgeRanks;
nextAggr          384 ompi/mca/io/romio321/romio/adio/ad_gpfs/bg/ad_bg_aggrs.c            ADIOI_Assert(nextAggr<aggTotal);
nextAggr          385 ompi/mca/io/romio321/romio/adio/ad_gpfs/bg/ad_bg_aggrs.c            aggList[nextAggr] = bridgelist[procIndex+j*distance+1].rank;
nextAggr          386 ompi/mca/io/romio321/romio/adio/ad_gpfs/bg/ad_bg_aggrs.c            TRACE_ERR("agglist[%d] -> bridgelist[%d] = %d\n", nextAggr, procIndex+j*distance+1,aggList[nextAggr]);
nextAggr          387 ompi/mca/io/romio321/romio/adio/ad_gpfs/bg/ad_bg_aggrs.c            if(aggList[nextAggr]==lastBridge) /* can't have bridge in the list twice */
nextAggr          389 ompi/mca/io/romio321/romio/adio/ad_gpfs/bg/ad_bg_aggrs.c              aggList[nextAggr] = bridgelist[procIndex+psetSize].rank; /* take the last one in the pset */
nextAggr          390 ompi/mca/io/romio321/romio/adio/ad_gpfs/bg/ad_bg_aggrs.c              TRACE_ERR("replacement agglist[%d] -> bridgelist[%d] = %d\n", nextAggr, procIndex+psetSize,aggList[nextAggr]);
nextAggr          392 ompi/mca/io/romio321/romio/adio/ad_gpfs/bg/ad_bg_aggrs.c            nextAggr++;