amountOfDataReadThisRoundAgg 1972 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c       ADIO_Offset amountOfDataReadThisRoundAgg = 0;
amountOfDataReadThisRoundAgg 2020 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c                   amountOfDataReadThisRoundAgg += len_list[k];
amountOfDataReadThisRoundAgg 2023 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c                 printf("derivedTypePackedSourceBuffer mallocing %ld\n",amountOfDataReadThisRoundAgg);
amountOfDataReadThisRoundAgg 2025 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c                 if (amountOfDataReadThisRoundAgg > 0)
amountOfDataReadThisRoundAgg 2026 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c                   derivedTypePackedSourceBuffer = (char *)ADIOI_Malloc(amountOfDataReadThisRoundAgg * sizeof(char));