amountDataToLoad  149 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c         int amountDataToLoad = (flatBuf->blocklens[currentFlatBufIndice] - currentIndiceOffset);
amountDataToLoad  153 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c         printf("loading amountDataToLoad %d from src buffer offset %ld to targetSendDataIndex %d\n",amountDataToLoad,physicalSourceBufferOffset,targetSendDataIndex);
amountDataToLoad  157 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c             memcpy(&(packedDataBufer[targetSendDataIndex]),&(sourceDataBuffer[physicalSourceBufferOffset]),amountDataToLoad);
amountDataToLoad  159 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c           memcpy(&(sourceDataBuffer[physicalSourceBufferOffset]),&(packedDataBufer[targetSendDataIndex]),amountDataToLoad);
amountDataToLoad  162 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c         targetSendDataIndex += amountDataToLoad;
amountDataToLoad  169 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c         remainingBytesToLoad -= amountDataToLoad;