[This is preliminary documentation and is subject to change.]
Placeholder type that is used to indicate that data being sent by one of the
low-level MPI routines is packed by MPI.
Namespace:
MPIAssembly: MPI (in MPI.dll)
Version: 0.9.0.0 (0.9.0.0)
Syntax
| C# |
|---|
public struct Packed |
| Visual Basic (Declaration) |
|---|
Public Structure Packed |
| Visual C++ |
|---|
public value class Packed |
Remarks
Advanced users can explicitly pack data to be transmitted via MPI with the
MPI_Pack(IntPtr, Int32, Int32, IntPtr, Int32, Int32%, Int32) routine, then unpack that data via
MPI_Unpack(IntPtr, Int32, Int32%, IntPtr, Int32, Int32, Int32).