File: pvm_config.cat

package info (click to toggle)
scilab 2.6-4
  • links: PTS
  • area: non-free
  • in suites: woody
  • size: 54,632 kB
  • ctags: 40,267
  • sloc: ansic: 267,851; fortran: 166,549; sh: 10,005; makefile: 4,119; tcl: 1,070; cpp: 233; csh: 143; asm: 135; perl: 130; java: 39
file content (44 lines) | stat: -rw-r--r-- 1,193 bytes parent folder | download
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
43
44
pvm_config        Scilab // Group        Scilab function         pvm_config
NAME
   pvm_config - sends a message
  
CALLING SEQUENCE
 res =  pvm_config()
PARAMETERS
 res, list of 7 elements such that:
         res(1):  integer returning the number of hosts (pvmds) in the virtual
       machine.
       
       res(2):  integer returning the number of different data formats
       being used.
       
       res(3):  integer returning pvmd task ID for host.
       
       res(4):  character string returning name of host.
       
       res(5):  character string returning architecture name of host
       
       res(6):  integer returning relative speed of host. Default value is
       1000.
       
       res(7):  integer status code returned by the routine. 
       
DESCRIPTION
   pvm_config returns information about the present virtual machine. The
  information returned is similar to that available from the console
  command
  
   The pvm_config function returns information about the entire virtual
  machine in one call.  If pvm_config is successful,
  
   will be 0. If some error occurs then
  
   will be < 0. 
  
EXAMPLE
 res = pvm_config()
   
  
SEE ALSO
   pvm_tasks