Packing / Unpacking Data

Function Description
pvm_pkbyte Pack data of type byte into active send buffer.
pvm_pkint Pack data of type integer into active send buffer.
pvm_pkdouble Pack data of type double into active send buffer.
pvm_upkbyte Unpack data of type byte from active receive buffer.
pvm_upkint Unpack data of type integer from active receive buffer.
pvm_upkdouble Unpack data of type double from active receive buffer.



Rene Fink 2006-04-24