pvm_halt(3) - Linux man page
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.
Errors
The following error conditions can be returned- PvmSysErr
- local pvmd is not responding.