EXITSection: PVM Version 3.4 (3PVM)Updated: 30 August, 1993 |
EXITSection: PVM Version 3.4 (3PVM)Updated: 30 August, 1993 |
C int info = pvm_exit( void )
Fortran call pvmfexit( info )
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