PVM Programmer Interface

tid : Task Identifier, much like a UNIX process id.

Any task can send messages to any other task.

There is no limit to the size or number of messages.

PVM provides asynchronous blocking send, asynchronous blocking recieve, and non blocking recieve functions.

PVM guarantees theat message order is preserved.