MAN page from Old RedHat 5.X pvm-3.4beta7-2.i386.rpm
EXIT
Section: PVM Version 3.4 (3PVM)
Updated: 30 August, 1993
Index NAME
pvm_exit - Tells the local pvmd that this process is leaving PVM.
SYNOPSIS
C int info = pvm_exit( void )
Fortran call pvmfexit( info )
PARAMETERS
- info
- Integer status code returned by the routine.Values less than zero indicate an error.
DESCRIPTION
The routine
pvm_exittells the local pvmdthat this process is leaving PVM.This routine does not kill the process, which can continue toperform tasks just like any other serial process.
pvm_exit should be called by all PVM processes beforethey stop or exit for good. It must be calledby processes that were not started with pvm_spawn.
EXAMPLES
C: /* Program done */ pvm_exit(); exit();Fortran: CALL PVMFEXIT(INFO) STOP
ERRORS
- PvmSysErr
- pvmd not responding
SEE ALSO
Index
- NAME
- SYNOPSIS
- PARAMETERS
- DESCRIPTION
- EXAMPLES
- ERRORS
- SEE ALSO
This document was created byman2html,using the manual pages.