Next:
pvm_recv
Up:
Sending and Receiving Data
Previous:
Sending and Receiving Data
Contents
pvm_send
C: int info = pvm_send(int tid,int msgtag) M: info = pvm_send(tid,msgtag)
The routine
pvm_send
sends a message stored in the active send buffer to the PVM process identified by i
tid
.
msgtag
is used to label the content of the message.
Rene Fink 2006-04-24