.PVM.kill {rpvm} | R Documentation |
Terminate a specified PVM process.
.PVM.kill(tids)
tids |
task ids of the PVM processes to be killded. |
.PVM.kill
sends a terminate (SIGTERM
) signal to the PVM
process identified by tid
. It is not designed to kill the
calling process. To kill your self, call .PVM.exit()
followed by q()
.
Return number of processes successfully killed.
Na (Michael) Li nali@umn.edu and A.J. Rossini rossini@u.washington.edu
PVM documentation
## kill one of spawned children ## Not run: .PVM.kill (children[1])