File: pvm_config.cat

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 (46 lines) | stat: -rw-r--r-- 1,220 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
45
46

pvm_config(1)                  Scilab function                  pvm_config(1)
NAME
  pvm_config - sends a message

CALLING SEQUENCE
  res =  pvm_config()

PARAMETERS

  res, list of 7 elements such that:

  rreess((11))::
       integer returning the number of hosts (pvmds) in the virtual machine.

  rreess((22))::
       integer returning the number of different data formats being used.

  rreess((33))::
       integer returning pvmd task ID for host.

  rreess((44))::
       character string returning name of host.

  rreess((55))::
       character string returning architecture name of host

  rreess((66))::
       integer returning relative speed of host. Default value is 1000.

  rreess((77))::
       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
  conf.

  The pvm_config function returns information about the entire virtual
  machine in one call.

  If pvm_config is successful, info will be 0.  If some error occurs then
  info will be < 0.
EXAMPLE
  res = pvm_config()
SEE ALSO
  pvm_tasks