Section: PVM Version 3.4 (3PVM)Updated: 06 May, 1994Local indexUp
NAME
pvm_halt - Shuts down the entire PVM system.
SYNOPSIS
C int info = pvm_halt( void )
Fortran call pvmfhalt( info )
PARAMETERS
info
Integer returns the error status.
DESCRIPTION
The routine
pvm_halt
shuts down the entire PVM system including remote tasks,
remote pvmds, the local tasks (including the calling task)
and the local pvmd.
The task calling pvm_halt() must ignore or catch signal SIGTERM
or it will be killed along with all the others.