PVM.gsize {rpvm} | R Documentation |
Get the number of processes currently in the group
.PVM.gsize (group)
group |
a character string naming the group |
Returns the number of processes currently in the group.
Na (Michael) Li nali@umn.edu and A.J. Rossini rossini@u.washington.edu
PVM documentation
gname <- "pvmtest" ## Not run: size <- .PVM.gsize(gname)