debian man page for pvm_parent

Query: pvm_parent

OS: debian

Section: 3pvm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

PARENT(3PVM)							  PVM Version 3.4						      PARENT(3PVM)

NAME
pvm_parent - Returns the tid of the process that spawned the calling process.
SYNOPSIS
C int tid = pvm_parent( void ) Fortran call pvmfparent( tid )
PARAMETERS
tid Integer returns the task identifier of the parent of the calling process. If the calling process was not created with pvm_spawn, then tid = PvmNoParent.
DESCRIPTION
The routine pvm_parent returns the tid of the process that spawned the calling process. If the calling process was not created with pvm_spawn, then tid is set to PvmNoParent.
EXAMPLES
C: tid = pvm_parent(); Fortran: CALL PVMFPARENT( TID )
ERRORS
This error condition can be returned by pvm_parent. PvmNoParent The calling process was not created with pvm_spawn. PvmSysErr Can't contact local pvmd.
SEE ALSO
30 August, 1993 PARENT(3PVM)
Related Man Pages
pvm_probe(3pvm) - redhat
pvm_kill(3pvm) - debian
pvm_probe(3pvm) - debian
pvmfkill(3pvm) - debian
pvmfsendsig(3pvm) - debian
Similar Topics in the Unix Linux Community
Introduction
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?
New UNIX and Linux History Sections