logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

pvm_exit - Tells the local pvmd that this process is leaving PVM.

Description

       The  routine  pvm_exit tells the local pvmd that this process is leaving PVM.  This routine does not kill
       the process, which can continue to perform tasks just like any other serial process.

       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.

Errors

       PvmSysErr
              pvmd not responding

Examples

       C:
            /* Program done */
            pvm_exit();
            exit();

       Fortran:
            CALL PVMFEXIT(INFO)
            STOP

Name

       pvm_exit - Tells the local pvmd that this process is leaving PVM.

Parameters

       info    Integer status code returned by the routine.  Values less than zero indicate an error.

See Also

                                                 30 August, 1993                                      EXIT(3PVM)

Synopsis

Cintinfo=pvm_exit(void)Fortrancallpvmfexit(info)

See Also