File: pvm.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 (33 lines) | stat: -rw-r--r-- 1,406 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

pvm(1)                       Scilab description                        pvm(1)
NAME
  pvm - communications with other applications using Parallel Virutal Machine

DESCRIPTION
  PVM is a software system that enables a collection of heterogeneous comput-
  ers to be used as a coherent and flexible concurrent computational
  resource.

  The individual computers may be shared- or local-memory multiprocessors,
  vector supercomputers, specialized graphics engines, or scalar worksta-
  tions, that may be interconnected by a variety of networks, such as ether-
  net, FDDI.

  Daemon programs (pvmd3) provide communication and process control between
  computers (see PVM manpage and manual for more details).

  Most important functions of the PVM communication library are included in
  Scilab.
WARNING
  PVM must be installed in your envriromnent before using it in Scilab. PVM
  scilab have been developped using the version 3.3.7 of the PVM library.
AUTHORS
  PVM have been developped by A. L. Beguelin, J. J. Dongarra, G. A. Geist, W.
  C. Jiang, R. J. Manchek, B. K. Moore, V. S. Sunderam (see
  http://www.netlib.org/pvm3)

SEE ALSO
  pvm_barrier, pvm_mytid, pvm_bcast, pvm_parent, pvm_config, pvm_delhosts,
  pvm_recv, pvm_exit,  pvm_send, pvm_getinst, pvm_spawn, pvm_gettid,
  pvm_spawn_independent, pvm_gsize, pvm_tasks, pvm_joingroup, pvm_tidtohost
  pvm_kill, pvm_lvgroup, pvm_start, pvm_halt