.PVM.pstats {rpvm} | R Documentation |
Returns the status of the specified PVM process.
.PVM.pstats (tids)
tids |
vector of integer task id of destination process |
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.
Returns the status of the PVM processes ("OK"
, "Not
Running"
or "Invalid tid"
) identified by tids.
Na (Michael) Li nali@umn.edu and A.J. Rossini rossini@u.washington.edu
PVM documentation
## Not run: tid <- .PVM.parent () ## Not run: status <- .PVM.pstats (tid)