.PVM.mstats {rpvm} | R Documentation |
Check the status of hosts computers in the virtual machine.
.PVM.mstats (hosts)
hosts |
vector of host names (strings) |
.PVM.mstats
returns the status the computers named by
hosts
with respect to running PVM processes. This routine can
be used to determine if a particular host has failed and if the
virtual machine needs to be reconfigured. .PVM.notify
can also be used to notify the caller that a host has failed.
Return machine status. "OK"
if host is running, "Not in
VM"
if host is not in virtual machine, "Not reachable"
is host
is unreachable (and possibly failed).
Na (Michael) Li nali@umn.edu and A.J. Rossini rossini@u.washington.edu
PVM documentation
## Not run: .PVM.mstats ("abacus")