Scilab Home page | Wiki | Bug tracker | Forge | Mailing list archives | ATOMS | File exchange
Please login or create an account
Change language to: Français - Português do Brasil - 日本語 -
Scilab help >> PVM parallel Toolbox > pvm_exit

pvm_exit

tells the local pvmd that this process is leaving PVM.

Calling Sequence

[info] = pvm_exit()

Arguments

info

integer

Description

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.

Examples

pvm_exit()

See Also

  • pvm — communications with other applications using Parallel Virutal Machine
<< pvm_error PVM parallel Toolbox pvm_f772sci >>

Consortium Scilab (DIGITEO)
Scilab Enterprises

Copyright (c) 2011-2012 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Oct 05 12:10:04 CEST 2011