targetDisplacementToUseThisRound  950 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c           MPI_Aint targetDisplacementToUseThisRound = (MPI_Aint) (offsetStart - currentRoundFDStartForMyTargetAgg);
targetDisplacementToUseThisRound  955 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c             targetDisplacementToUseThisRound += (MPI_Aint) coll_bufsize;
targetDisplacementToUseThisRound  965 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c               MPI_Put(((char*)buf) + currentFDSourceBufferState[aggIter].sourceBufferOffset,bufferAmountToSend, MPI_BYTE,targetAggsForMyData[aggIter],targetDisplacementToUseThisRound, bufferAmountToSend,MPI_BYTE,write_buf_window);
targetDisplacementToUseThisRound  971 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c               MPI_Put(putSourceData,bufferAmountToSend, MPI_BYTE,targetAggsForMyData[aggIter],targetDisplacementToUseThisRound, bufferAmountToSend,MPI_BYTE,write_buf_window);
targetDisplacementToUseThisRound  986 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c               targetAggDisplacements[targetAggContigAccessCount] = targetDisplacementToUseThisRound;
targetDisplacementToUseThisRound  995 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c               targetAggDisplacements[targetAggContigAccessCount] = targetDisplacementToUseThisRound;
targetDisplacementToUseThisRound 1002 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c         printf("roundIter %d bufferAmountToSend is %d offsetStart is %ld currentRoundFDStartForMyTargetAgg is %ld targetDisplacementToUseThisRound is %ld targetAggsForMyDataFDStart[aggIter] is %ld\n",roundIter, bufferAmountToSend, offsetStart,currentRoundFDStartForMyTargetAgg,targetDisplacementToUseThisRound,targetAggsForMyDataFDStart[aggIter]);