bufferAmountToGet  779 ompi/mca/io/romio321/romio/adio/common/p2p_aggregation.c 		int bufferAmountToGet = 0;
bufferAmountToGet  783 ompi/mca/io/romio321/romio/adio/common/p2p_aggregation.c 			bufferAmountToGet = (currentRoundFDEndForMySourceAgg - myOffsetStart) +1;
bufferAmountToGet  785 ompi/mca/io/romio321/romio/adio/common/p2p_aggregation.c 			bufferAmountToGet = (myOffsetEnd - myOffsetStart) +1;
bufferAmountToGet  790 ompi/mca/io/romio321/romio/adio/common/p2p_aggregation.c 			bufferAmountToGet = (currentRoundFDEndForMySourceAgg - currentRoundFDStartForMySourceAgg) +1;
bufferAmountToGet  792 ompi/mca/io/romio321/romio/adio/common/p2p_aggregation.c 			bufferAmountToGet = (myOffsetEnd - currentRoundFDStartForMySourceAgg) +1;
bufferAmountToGet  796 ompi/mca/io/romio321/romio/adio/common/p2p_aggregation.c 		    bufferAmountToGet = (currentRoundFDEndForMySourceAgg - currentRoundFDStartForMySourceAgg) +1;
bufferAmountToGet  800 ompi/mca/io/romio321/romio/adio/common/p2p_aggregation.c 		if (bufferAmountToGet > 0) { /* we have data to get this round */
bufferAmountToGet  803 ompi/mca/io/romio321/romio/adio/common/p2p_aggregation.c 		    bufferAmountsToGetThisRound[numSourceAggsThisRound] = bufferAmountToGet;
bufferAmountToGet  805 ompi/mca/io/romio321/romio/adio/common/p2p_aggregation.c 		    printf("bufferAmountToGet is %d recvBufferOffset is %d\n",bufferAmountToGet,recvBufferOffset);