Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 2.1AS

(Slurm)

pvm_getsbuf(3)


GETSBUF

GETSBUF

NAME
SYNOPSIS
PARAMETERS
DESCRIPTION
EXAMPLES
ERRORS
SEE ALSO

NAME

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

SYNOPSIS

C

int bufid = pvm_getsbuf( void )

Fortran

call pvmfgetsbuf( bufid )

PARAMETERS

bufid

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



pvm_getsbuf(3)