Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ pvm_getsbuf(3PVM) — Parallel Software Environment 1.9

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

pvm_getrbuf(3PVM)

GETSBUF(3PVM)  —  Subroutines

NAME

pvm_getsbuf − Returns the message buffer identifier for the active send buffer. 
 

SYNOPSIS

Cint bufid = pvm_getsbuf( void )
 
Fortrancall pvmfgetsbuf( bufid )

 

PARAMETERS

bufidInteger returning message buffer identifier for the active send buffer. 
 

DESCRIPTION

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

EXAMPLES

C:
bufid = pvm_getsbuf();
Fortran:
CALL PVMFGETSBUF( BUFID )

 

ERRORS

No error conditions are returned by pvm_getsbuf

SEE ALSO

pvm_getrbuf(3PVM)

  —  30 August, 1993

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