![]() |
![]()
| ![]() |
![]()
NAMEpvm_gsize - Returns the number of members presently in the named group. SYNOPSISC int size = pvm_gsize( char *group ) PARAMETERSDESCRIPTIONThe routine pvm_gsize returns the size of the group named group. If there is an error size will be negative. Since groups can change dynamically in PVM 3.0, this routine can only guarantee to return the instantaneous size of a given group. EXAMPLESC: size = pvm_gsize( "worker" ); Fortran: CALL PVMFGSIZE( 'group2', SIZE ) ERRORSThese error conditions can be returned by pvm_gsize
SEE ALSOpvm_joingroup(3PVM)
|