.PVM.exit {rpvm}R Documentation

Unregister process from local PVM deamon.

Description

Tells the local pvmd that this process is leaving PVM.

Usage

.PVM.exit()

Arguments

None.

Details

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.

Value

Return 0 when successfully unregistered, -1 when failed.

Author(s)

Na (Michael) Li nali@umn.edu and A.J. Rossini rossini@u.washington.edu

References

PVM documentation

See Also

.PVM.mytid

Examples

## Finished with PVM
## Not run: .PVM.exit()

[Package rpvm version 0.6-2 Index]