| |
| | Datatype constructors |
 | | The type map of the datatype returned by newtype is { (double, 0), (char, 8), (double, 16), (char, 24), (double, 32), (char, 40) } ; i.e., alternating double and char elements, with displacements 0, 8, 16, 24, 32, 40. |
 | | The spacing between blocks is a multiple of the extent of the old datatype. |
 | | Indexed The function MPI_TYPE_INDEXED allows replication of an old datatype into a sequence of blocks (each block is a concatenation of the old datatype), where each block can contain a different number of copies and have a different displacement. |
| www-unix.mcs.anl.gov /mpi/mpi-standard/mpi-report-1.1/node55.htm (1059 words) |
|