.PVM.config {rpvm}R Documentation

PVMD configuration

Description

Query the configuration of the parallel virtual machine.

Usage

.PVM.config ()

Arguments

None.

Details

.PVM.config returns information about the present virtual machine, similar to that available from the PVM console command conf.

Value

Returns the configuration information as a data frame, including each host's pvmd task id, name, architecture and relative speed. One row per host.

Author(s)

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

References

PVM documentation

Examples

try (.PVM.config ())

[Package rpvm version 0.6-2 Index]