[back] [prev] [next] [index] [root]
PvmSendAll
Sends data to all slaves.
Syntax:
PvmSendAll(data, data, ...);
Description:
Sends data to all slaves, corresponds to a broadcast. Only data
is beeing send, no jobs, so that the slaves are not allowed to send an answer.
Master only: Note that no evaluation is done on the master,
so if you send 1+2 the addition is performed on all slaves!
The job count on the slaves
will be unaffected.
<- back[back] [prev] [next] [index] [root]