Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ pvmfgetrbuf(3PVM) — Parallel Software Environment 1.9

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

pvm_getsbuf(3PVM)

GETRBUF(3PVM)  —  Subroutines

NAME

pvm_getrbuf − Returns the message buffer identifier for the active receive buffer. 
 

SYNOPSIS

Cint bufid = pvm_getrbuf( void )
 
Fortrancall pvmfgetrbuf( bufid )

 

PARAMETERS

bufidInteger 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)

  —  30 August, 1993

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026