contig_size        35 test/datatype/to_self.c                                         int contig_size,  /* IGNORED: number of elements in a contiguous chunk */
contig_size        62 test/datatype/to_self.c                                  int contig_size,  /* number of elements in a contiguous chunk */
contig_size        74 test/datatype/to_self.c     bLength[0] = contig_size;
contig_size        78 test/datatype/to_self.c         bLength[i] = contig_size;
contig_size        79 test/datatype/to_self.c         displ[i] = displ[i-1] + sizeof(double) * (contig_size + gap_size);
contig_size        92 test/datatype/to_self.c                                            int contig_size,  /* number of elements in a contiguous chunk */
contig_size        97 test/datatype/to_self.c     MPI_Type_vector( number, contig_size, (contig_size + gap_size), MPI_DOUBLE, &dt );