sourceAggBlockLengths 1966 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c       int *sourceAggBlockLengths=NULL;
sourceAggBlockLengths 2013 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c               sourceAggBlockLengths = (int *)ADIOI_Malloc(maxNumContigOperations * sizeof(int));
sourceAggBlockLengths 2074 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c               sourceAggBlockLengths[sourceAggContigAccessCount]= bufferAmountToRecv;
sourceAggBlockLengths 2082 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c               sourceAggBlockLengths[sourceAggContigAccessCount]= bufferAmountToRecv;
sourceAggBlockLengths 2098 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c         MPI_Type_create_struct(sourceAggContigAccessCount, sourceAggBlockLengths, recvBufferDisplacements, sourceAggDataTypes, &recvBufferDerivedDataType);
sourceAggBlockLengths 2100 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c         MPI_Type_create_struct(sourceAggContigAccessCount, sourceAggBlockLengths, sourceAggDisplacements, sourceAggDataTypes, &sourceBufferDerivedDataType);
sourceAggBlockLengths 2120 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c           ADIOI_Free(sourceAggBlockLengths);