pvm_getrbuf(3) - Linux man page
Name
pvm_getrbuf - Returns the message buffer identifier for the active receive buffer.
Synopsis
C int bufid = pvm_getrbuf( void )
Fortran call pvmfgetrbuf( bufid )
Parameters
- bufid
- Integer returning message buffer identifier for the active receive buffer.
Description
The routine pvm_getrbuf returns the message buffer identifier bufid for the active receive
buffer or 0 if there is no current buffer.
Examples
C:
bufid = pvm_getrbuf();
Fortran:
CALL PVMFGETRBUF( BUFID )
Errors
No error conditions are returned by pvm_getrbuf
See Also
pvm_getsbuf(3PVM)