SLIDE 4 .
MPI_Type_vector (3,1,2,MPI_BYTE,&T1) MPI_Type_vector (3,1,2,MPI_BYTE,&T1) MPI_Type_struct(2,...,&T3) MPI_Type_vector (3,1,2,MPI_BYTE,&T1) MPI_Type_vector (3,1,2,MPI_BYTE,&T1) MPI_Type_contiguous(2,T1,&T2) MPI_Type_contiguous(2,T1,&T2) MPI_Type_struct(2,...,&T3) MPI_Type_contiguous(2,T3,&T4) Derived Datatype T4 MPI-1 provides techniques for creating datatype objects of arbitrary data lay-
- ut in memory. The opaque datatype object can be used in various MPI opera-
tions, but the layout information, once put in a derived datatype, can not be de- coded from the datatype. T4
Derived Datatypes