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
EXIT(3PVM) PVM Version 3.4 EXIT(3PVM)

pvm_exit - Tells the local pvmd that this process is leaving PVM.

C	int info = pvm_exit( void )

Fortran call pvmfexit( info )

info
Integer status code returned by the routine. Values less than zero indicate an error.

The routine pvm_exit tells the local pvmd that this process is leaving PVM. This routine does not kill the process, which can continue to perform tasks just like any other serial process.

pvm_exit should be called by all PVM processes before they stop or exit for good. It must be called by processes that were not started with pvm_spawn.

C:
	/* Program done */
	pvm_exit();
	exit();

Fortran:
	CALL PVMFEXIT(INFO)
	STOP

PvmSysErr
pvmd not responding

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.