.PVM.tasks {rpvm}R Documentation

Tasks information

Description

Returns information about the tasks running on the virtual machine

Usage

.PVM.tasks (where = 0)

Arguments

where integer specifying what tasks to return information about. The options are:
    0
    for all the tasks on the virtual machine.
    host id
    for all tasks on a given host.
    tid
    for a specific task.

Details

.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.

Value

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

Author(s)

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

References

PVM documentation

See Also

.PVM.pstats, .PVM.mstats, .PVM.config, .PVM.tidtohost

Examples

## Not run: 
.PVM.tasks ()
## End(Not run)

[Package rpvm version 0.6-2 Index]