Scilab 5.3.3
- Aide Scilab
- Calculs Parallèles avec PVM
- pvm
- pvm_addhosts
- pvm_barrier
- pvm_bcast
- pvm_bufinfo
- pvm_config
- pvm_delhosts
- pvm_error
- pvm_exit
- pvm_f772sci
- pvm_get_timer
- pvm_getinst
- pvm_gettid
- pvm_gsize
- pvm_halt
- pvm_joingroup
- pvm_kill
- pvm_lvgroup
- pvm_mytid
- pvm_parent
- pvm_probe
- pvm_recv
- pvm_reduce
- pvm_sci2f77
- pvm_send
- pvm_set_timer
- pvm_spawn
- pvm_spawn_independent
- pvm_start
- pvm_tasks
- pvm_tidtohost
- pvmd3
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
However, this page did not exist in the previous stable version.
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 | Calculs Parallèles avec PVM | pvm_f772sci >> |