int info = pvm_sendsig (int tid, int signum)
signum
to the PVM task identified
by tid
pvm_kill (tid) ;is equivalent to
pvm_sendsig (tid, SIGKILL) ;
int info = pvm_notify (int what, int msgtag,
int ntask, int *tids)
msgtag
to be sent to a
set of tasks specified by ntask
and tids
when some event
happen in the virtual machine
what
specifies the event type:
hostinfo
information on each addition/deletion of a host in the
virtual machine
msgtag
of his message, updates the
state of the virtual machine