baseindex         136 ompi/mca/io/romio321/romio/test/big_extents.c     MPI_Datatype baseindex, indexed1G, indexed3G, indexed6G; 
baseindex         156 ompi/mca/io/romio321/romio/test/big_extents.c     MPI_Type_indexed(count, blocks, disps, MPI_INT, &baseindex);
baseindex         158 ompi/mca/io/romio321/romio/test/big_extents.c     MPI_Type_contiguous(1024, baseindex, &indexed1G);
baseindex         162 ompi/mca/io/romio321/romio/test/big_extents.c     MPI_Type_contiguous(3072, baseindex, &indexed3G);
baseindex         166 ompi/mca/io/romio321/romio/test/big_extents.c     MPI_Type_contiguous(6144, baseindex, &indexed6G);