![]() |
![]()
| ![]() |
![]()
NAMEpvm_parent - Returns the tid of the process that spawned the calling process. SYNOPSISC int tid = pvm_parent( void ) PARAMETERS
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.
SEE ALSO
|