Additional Constructors
int MPI_Type_contiguous( int count,
use when elements are contiguous in an array
Int MPI_Type_vector( int count,
MPI_Datatype* new_mpi_type)
use when elements are equally spaced in an array
int MPI_Type_indexed( int count,
use when elements are an arbitrary entries in an array