Query: pvm_gsize
OS: debian
Section: 3pvm
Links: debian man pages | All man pages
Forums: Unix Linux Community | Forum Categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
GSIZE(3PVM) PVM Version 3.4 GSIZE(3PVM)NAMEpvm_gsize - Returns the number of members presently in the named group.SYNOPSISC int size = pvm_gsize( char *group ) Fortran call pvmfgsize( group, size )PARAMETERSgroup Character string group name of an existing group. size Integer returning the number of members presently in the group. Values less than zero indicate an error.DESCRIPTIONThe 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 PvmSysErr pvmd was not started or has crashed. PvmBadParam giving an invalid group name.SEE ALSOpvm_joingroup(3PVM) 30 August, 1993 GSIZE(3PVM)
Related Man Pages |
---|
pvm_getinst(3pvm) - redhat |
pvm_lvgroup(3pvm) - redhat |
pvmfgetinst(3pvm) - debian |
pvm_joingroup(3pvm) - linux |
pvm_lvgroup(3pvm) - linux |
Similar Topics in the Unix Linux Community |
---|
Installing Dash Shell on OS X Lion |
awk or sed - Convert 2 lines to 1 line |
How can I do this in VI editor? |
Introduction |
A (ksh) Library For and From UNIX.com |