dt2               117 test/datatype/to_self.c     MPI_Datatype dt1, dt2, dt3;
dt2               128 test/datatype/to_self.c     MPI_Type_contiguous( 3, dt1, &dt2 );
dt2               137 test/datatype/to_self.c     types[1] = dt2;
dt2               141 test/datatype/to_self.c     MPI_Type_free( &dt2 );
dt2               152 test/datatype/to_self.c     MPI_Datatype dt1, dt2, dt3;
dt2               158 test/datatype/to_self.c     MPI_Type_create_resized( dt1, 0, 44, &dt2 );
dt2               165 test/datatype/to_self.c     types[1] = dt2;
dt2               175 test/datatype/to_self.c     MPI_Type_free( &dt2 );