PVM.getinst {rpvm} | R Documentation |
Get the instance numbers identified by a group name and task ids
.PVM.getinst (group, tids = .PVM.mytid ())
group |
a character string naming the group |
tids |
a vector of integer task ids |
.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.
a vector of instance numbers
Na (Michael) Li nali@umn.edu and A.J. Rossini rossini@u.washington.edu
PVM documentation
gname <- "pvmtest" ## Not run: myinum <- .PVM.getinst (gname)