PVM.gsize {rpvm}R Documentation

Get the size of the group

Description

Get the number of processes currently in the group

Usage

.PVM.gsize (group)

Arguments

group a character string naming the group

Value

Returns the number of processes currently in the group.

Author(s)

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

References

PVM documentation

See Also

.PVM.joingroup, .PVM.lvgroup

Examples

gname <- "pvmtest"
## Not run: size <- .PVM.gsize(gname)

[Package rpvm version 0.6-2 Index]