GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
PARENT(3PVM) PVM Version 3.4 PARENT(3PVM)

pvm_parent - Returns the tid of the process that spawned the calling process.

C	int tid = pvm_parent( void )

Fortran call pvmfparent( tid )

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.

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.

C:
	tid = pvm_parent();

Fortran:
	CALL PVMFPARENT( TID )

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.

30 August, 1993

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.