High Performance Computing 1
MPI Messages
•An alternative approach to grouping data is provided by the MPI functions
•MPI_Pack and MPI_Unpack. MPI Pack allows one to explicitly store noncon-
•tiguous data in contiguous memory locations, and MPI Unpack can be used
•to copy data from a contiguous buer into noncontiguous memory locations.
•