logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

pvm_halt - Shuts down the entire PVM system.

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.

Name

       pvm_halt - Shuts down the entire PVM system.

Parameters

       info    Integer returns the error status.

See Also

pvm_delhosts(3PVM), pvm_kill(3PVM), pvm_exit(3PVM)

                                                  06 May, 1994                                        HALT(3PVM)

Synopsis

Cintinfo=pvm_halt(void)Fortrancallpvmfhalt(info)

See Also