Next:
pvm_exit
Up:
Process Control
Previous:
pvm_spawn
Contents
pvm_kill
C: int info = pvm_kill(int tid) M: info = pvm_kill(tid)
The routine
pvm_kill
kills some other PVM tasks identified by
tid
. This routine is not designed to kill the calling task, which should be accomplished by calling
pvm_exit
.
Rene Fink 2006-04-24