Next: Routines for packing data
Up: Packing and unpacking messages
 Previous: Packing and unpacking messages
 
Pack and Unpack
MPI provides routines that:
-  Pack data into a contiguous buffer before sending it,
 -  Unpack data from a contiguous buffer after receiving it.
 
These routines are provided :
-  for compatibility with other message passing libraries,
 -  to allow a message to be received in parts,
 -  to buffer outgoing messages in user space, thereby overriding the system
    buffering policy.
 
 
David W Walker 
Mon Jan 20 11:10:22 GMT 1997