[back] [prev] [next] [index] [root]
PvmSendNext
Sends all parameters to the next free slave.
Syntax:
PvmSendNext(data, data, ...);
Description:
Master only: Note that no evaluation is done on the master,
so if you send 1+2 the addition is performed on the slave!
\par Data sent this way will cause a new job to be started. The job count
will be incremented by 1.
\par For each job received from a PvmSendNext exacly one answer
has to be send back.
Example:
<- back[back] [prev] [next] [index] [root]