thisBridgeAggList  601 ompi/mca/io/romio321/romio/adio/ad_gpfs/bg/ad_bg_aggrs.c 	    int *thisBridgeAggList = (int *) ADIOI_Malloc (naggs * sizeof(int));
thisBridgeAggList  608 ompi/mca/io/romio321/romio/adio/ad_gpfs/bg/ad_bg_aggrs.c 		    thisBridgeAggList[numAggsForThisBridge] = tmp_ranklist[k];
thisBridgeAggList  617 ompi/mca/io/romio321/romio/adio/ad_gpfs/bg/ad_bg_aggrs.c 		    if (thisBridgeAggList[n] > thisBridgeAggList[n+1]) {
thisBridgeAggList  618 ompi/mca/io/romio321/romio/adio/ad_gpfs/bg/ad_bg_aggrs.c 			int tmpthisBridgeAggList = thisBridgeAggList[n];
thisBridgeAggList  619 ompi/mca/io/romio321/romio/adio/ad_gpfs/bg/ad_bg_aggrs.c 			thisBridgeAggList[n] = thisBridgeAggList[n+1];
thisBridgeAggList  620 ompi/mca/io/romio321/romio/adio/ad_gpfs/bg/ad_bg_aggrs.c 			thisBridgeAggList[n+1] = tmpthisBridgeAggList;
thisBridgeAggList  626 ompi/mca/io/romio321/romio/adio/ad_gpfs/bg/ad_bg_aggrs.c 		interleavedbridgeranklist[currentrankoffset] = thisBridgeAggList[n];
thisBridgeAggList  629 ompi/mca/io/romio321/romio/adio/ad_gpfs/bg/ad_bg_aggrs.c 	    ADIOI_Free(thisBridgeAggList);