Review
Last time we saw how to build a MPI derived datatype using MPI_Type_struct() and register this new type with MPI_Type_commit()
This is the most general datatype constructor in MPI
Recall that we must provide a complete description of each element of the type
If the data consists of a subset of the entries in an array we shouldn’t have to provide such detailed information since the elements have the same basic type