Sun MPI 4.0 Programming and Reference Guide

Definitions

The following terms are used to describe partitioning data among processes. Figure 4-1 illustrates some of these concepts.

Figure 4-1 Displacement, the Elementary Data Type, the File Type, and the View

Graphic

For a more detailed description of MPI I/O, see Chapter 9, "I/O," of the MPI-2 standard.

Note for Fortran Users

When writing a Fortran program, you must declare the variable ADDRESS as

INTEGER*MPI_ADDRESS_KIND
ADDRESS

MPI_ADDRESS_KIND is a constant defined in mpi.h. This constant defines the length of the declared integer.