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

  • 0for all the tasks on the virtual machine.

  • host idfor all tasks on a given host.

  • tidfor 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

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 1.0-4 Index]