dt1               117 test/datatype/to_self.c     MPI_Datatype dt1, dt2, dt3;
dt1               126 test/datatype/to_self.c     MPI_Type_create_struct( 2, bLength, displ, types, &dt1 );
dt1               128 test/datatype/to_self.c     MPI_Type_contiguous( 3, dt1, &dt2 );
dt1               140 test/datatype/to_self.c     MPI_Type_free( &dt1 );
dt1               142 test/datatype/to_self.c     MPI_Type_contiguous( 10, dt3, &dt1 );
dt1               143 test/datatype/to_self.c     MPI_DDT_DUMP( dt1 );
dt1               145 test/datatype/to_self.c     MPI_Type_commit( &dt1 );
dt1               146 test/datatype/to_self.c     return dt1;
dt1               152 test/datatype/to_self.c     MPI_Datatype dt1, dt2, dt3;
dt1               157 test/datatype/to_self.c     MPI_Type_contiguous( 40, MPI_BYTE, &dt1 );
dt1               158 test/datatype/to_self.c     MPI_Type_create_resized( dt1, 0, 44, &dt2 );
dt1               174 test/datatype/to_self.c     MPI_Type_free( &dt1 );