PVM.getinst {rpvm}R Documentation

Instance number identified by group name and task id

Description

Get the instance numbers identified by a group name and task ids

Usage

.PVM.getinst (group, tids = .PVM.mytid ())

Arguments

group a character string naming the group
tids a vector of integer task ids

Details

.PVM.gettid returns the corresponding instance number of the PVM process identified by the group name group and task ids tids. It can be called by any task whether in the group or not.

Value

a vector of instance numbers

Author(s)

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

References

PVM documentation

See Also

.PVM.joingroup, .PVM.gettid

Examples

gname <- "pvmtest"
## Not run: myinum <- .PVM.getinst (gname)

[Package rpvm version 0.6-2 Index]