.PVM.tasks {rpvm} | R Documentation |
Returns information about the tasks running on the virtual machine
.PVM.tasks (where = 0)
where |
integer specifying what tasks to return information
about. The options are:
|
.PVM.tasks
returns information about tasks presently running on
the virtual machine. The information returned is the same as that
available from the pvm console command ps
.
A data frame. One row for each task. Names of the columns are,
tid |
task id |
parent |
parent task id |
host |
host id |
status |
task running status (see .PVM.pstats ). |
name |
string, name of the spawned task |
normal-bracket28bracket-normal
Na (Michael) Li nali@umn.edu and A.J. Rossini rossini@u.washington.edu
PVM documentation
.PVM.pstats
, .PVM.mstats
,
.PVM.config
, .PVM.tidtohost
## Not run: .PVM.tasks () ## End(Not run)