Ubuntu Manpages

pvm_getrbuf

Returns the message buffer identifier for the active receive buffer.

C	int bufid = pvm_getrbuf( void )
Fortran	call pvmfgetrbuf( bufid )

Integer returning message buffer identifier for the active receive buffer.

The routine pvm_getrbuf returns the message buffer identifier bufid for the active receive buffer or 0 if there is no current buffer.

C:
	bufid = pvm_getrbuf();

Fortran:
	CALL PVMFGETRBUF( BUFID )

No error conditions are returned by pvm_getrbuf

pvm_getsbuf(3PVM)