File: pvm_delhosts.man

package info (click to toggle)
scilab 2.4-1
  • links: PTS
  • area: non-free
  • in suites: potato, slink
  • size: 55,196 kB
  • ctags: 38,019
  • sloc: ansic: 231,970; fortran: 148,976; tcl: 7,099; makefile: 4,585; sh: 2,978; csh: 154; cpp: 101; asm: 39; sed: 5
file content (42 lines) | stat: -rw-r--r-- 1,118 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
.TH pvm_delhosts 1 "May 1998" "Scilab // Group" "Scilab function"
.so ../sci.an
.SH NAME
pvm_delhosts - deletes hosts from the virtual machine.
.SH CALLING SEQUENCE
.nf
infos = pvm_delhosts(hosts)
.fi
.SH PARAMETERS
.TP 5
hosts
: row of strings, containing the names of the machines to be deleted.
.TP 4
infos
: row of integers, contains the
status code returned by the routine for the individual hosts.
.SH DESCRIPTION
\fVpvm_delhosts\fR deletes the computers of
.I hosts
from the existing configuration of computers making up the virtual
machine.
All PVM processes and the pvmd running on these computers are
killed as the computer is deleted.
The array
.I infos
can be checked to determine the status of each host.
Values less than zero indicate an error,
while zero values indicate a success.

.PP
If a host fails, the PVM system will continue to function and will
automatically delete this host from the virtual machine.
It is the responsibility of the
application developer to make his application tolerant of host failure.

.SH EXAMPLE
.nf
info = pvm_delhosts(["isostar","loop"])
.fi

.SH SEE ALSO
pvm_addhosts