dt3               117 test/datatype/to_self.c     MPI_Datatype dt1, dt2, dt3;
dt3               138 test/datatype/to_self.c     MPI_Type_create_struct( 2, bLength, displ, types, &dt3 );
dt3               142 test/datatype/to_self.c     MPI_Type_contiguous( 10, dt3, &dt1 );
dt3               144 test/datatype/to_self.c     MPI_Type_free( &dt3 );
dt3               152 test/datatype/to_self.c     MPI_Datatype dt1, dt2, dt3;
dt3               172 test/datatype/to_self.c     MPI_Type_create_struct( 3, bLength, displ, types, &dt3 );
dt3               176 test/datatype/to_self.c     MPI_DDT_DUMP( dt3 );
dt3               177 test/datatype/to_self.c     MPI_Type_commit( &dt3 );
dt3               178 test/datatype/to_self.c     return dt3;