.PVM.pstats {rpvm}R Documentation

Status of PVM processes

Description

Returns the status of the specified PVM process.

Usage

.PVM.pstats (tids)

Arguments

tids vector of integer task id of destination process

Details

The routine .PVM.pstat returns the status of the process identified by tid. Also note that .PVM.notify can be used to notify the caller that a task has failed.

Value

Returns the status of the PVM processes ("OK", "Not Running" or "Invalid tid") identified by tids.

Author(s)

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

References

PVM documentation

See Also

.PVM.notify

Examples

## Not run: tid <- .PVM.parent ()
## Not run: status <- .PVM.pstats (tid)

[Package rpvm version 0.6-2 Index]