/* A simple test file to illustrate both spawning off processes and passing messages */ #include #include "pvm3.h" int main() { int success, tid; char message[100]; //The function pvm_mytid() returns the tid of this process. // Each process has a unique tid that can be used to // send messages to specific processes cout<<"i'm t"<