.PVM.exit {rpvm} | R Documentation |
Tells the local pvmd that this process is leaving PVM.
.PVM.exit()
None.
The function .PVM.exit
tells local pvmd that this process is
leaving PVM. This process is not killed but can continue to perform
other tasks.
.PVM.exit
should be called by all PVM process before they stop
or exit for good. It must be called by processes what were not
started with .PVM.spawn
, such as the master R
process.
Return 0 when successfully unregistered, -1 when failed.
Na (Michael) Li nali@umn.edu and A.J. Rossini rossini@u.washington.edu
PVM documentation
## Finished with PVM ## Not run: .PVM.exit()