[back] [prev] [next] [index] [root]

 


PvmSendLast

Sends all parameters to the next free slave.

Syntax:

ok := PvmSendLast(data, data, ...);

See also:  PvmSendNext

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 is not regarded as a new job for the security system, the slave is not allowed to send an answer to this. If there is no last slave it will return false, true otherwise.


<- back[back] [prev] [next] [index] [root]