targetSendDataIndex 113 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c int targetSendDataIndex = 0; targetSendDataIndex 125 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c printf("loading remainingBytesToLoad %d from src buffer offset %ld to targetSendDataIndex %d\n",remainingBytesToLoad,physicalSourceBufferOffset,targetSendDataIndex); targetSendDataIndex 130 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c memcpy(&(packedDataBufer[targetSendDataIndex]),&(sourceDataBuffer[physicalSourceBufferOffset]),remainingBytesToLoad); targetSendDataIndex 132 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c memcpy(&(sourceDataBuffer[physicalSourceBufferOffset]),&(packedDataBufer[targetSendDataIndex]),remainingBytesToLoad); targetSendDataIndex 135 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c targetSendDataIndex += remainingBytesToLoad; targetSendDataIndex 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); targetSendDataIndex 157 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c memcpy(&(packedDataBufer[targetSendDataIndex]),&(sourceDataBuffer[physicalSourceBufferOffset]),amountDataToLoad); targetSendDataIndex 159 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c memcpy(&(sourceDataBuffer[physicalSourceBufferOffset]),&(packedDataBufer[targetSendDataIndex]),amountDataToLoad); targetSendDataIndex 162 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c targetSendDataIndex += amountDataToLoad;