Query: pvmfparent
OS: redhat
Section: 3pvm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PARENT(3PVM) PVM Version 3.4 PARENT(3PVM)NAMEpvm_parent - Returns the tid of the process that spawned the calling process.SYNOPSISC int tid = pvm_parent( void ) Fortran call pvmfparent( tid )PARAMETERStid 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.DESCRIPTIONThe 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.EXAMPLESC: tid = pvm_parent(); Fortran: CALL PVMFPARENT( TID )ERRORSThis 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 ALSO30 August, 1993 PARENT(3PVM)
Related Man Pages |
---|
pvmfmytid(3pvm) - redhat |
pvm_mytid(3pvm) - debian |
pvm_sendsig(3pvm) - debian |
pvmfkill(3pvm) - debian |
pvmfmytid(3pvm) - debian |
Similar Topics in the Unix Linux Community |
---|
How to capture ^x,^y via bash script? |
Retrieving previous command in a script |
Issue with "rsh" on RedHat |
Package |