pvm_recv

C: int bufid = pvm_recv(int tid, int msgtag)
M: bufid = pvm_recv(tid,msgtag)
The routine pvm_recv blocks the process until a message with label msgtag has arrived from tid. pvm_recv then places the message in a new active receive buffer, which also clears the current receive buffer.



Rene Fink 2006-04-24