1HALT(3PVM)                      PVM Version 3.4                     HALT(3PVM)
2
3
4

NAME

6       pvm_halt - Shuts down the entire PVM system.
7
8

SYNOPSIS

10       C    int info = pvm_halt( void )
11
12       Fortran   call pvmfhalt( info )
13
14

PARAMETERS

16       info    Integer returns the error status.
17
18

DESCRIPTION

20       The  routine pvm_halt shuts down the entire PVM system including remote
21       tasks, remote pvmds, the local tasks (including the calling  task)  and
22       the local pvmd.
23
24       The  task  calling pvm_halt() must ignore or catch signal SIGTERM or it
25       will be killed along with all the others.
26
27

ERRORS

29       The following error conditions can be returned
30
31       PvmSysErr
32              local pvmd is not responding.
33

SEE ALSO

35       pvm_delhosts(3PVM), pvm_kill(3PVM), pvm_exit(3PVM)
36
37
38
39                                 06 May, 1994                       HALT(3PVM)
Impressum