Meta Configuration of Package pvm
1
<package name="pvm" project="multimedia">
2
<title>Parallel Virtual Machine</title>
3
<description>PVM is a software system that enables a collection of heterogeneous
4
computers to be used as a coherent and flexible concurrent
5
computational resource.
6
7
The individual computers may be shared- or local-memory
8
multiprocessors, vector supercomputers, specialized graphics engines,
9
or scalar workstations, that may be interconnected by a variety of
10
networks, such as ethernet, FDDI. User programs written in C, C++ or
11
Fortran access PVM through library routines.
12
13
After installation you find in /usr/share/doc/packages/pvm/ the
14
documentation as PostScript file pvm-book.ps. Furthermore some
15
examples are packed together in two tar archives. Those archives
16
should be extracted into your HOME directory which leads to
17
~/pvm3/examples/ or ~/pvm3/gexamples/ in your HOME directory. The call
18
`aimk all' (see manual page aimk(1)) e.g. in ~/pvm3/examples/ compiles
19
the examples for the PVM system.
20
21
The PVM web home page is at http://www.epm.ornl.gov/pvm/pvm_home.html .
22
23
24
25
Authors:
26
--------
27
J. J. Dongarra <pvm@msr.epm.ornl.gov>
28
G. E. Fagg <pvm@msr.epm.ornl.gov>
29
G. A. Geist <pvm@msr.epm.ornl.gov>
30
J. A. Kohl <pvm@msr.epm.ornl.gov>
31
R. J. Manchek <pvm@msr.epm.ornl.gov>
32
P. Mucci <pvm@msr.epm.ornl.gov>
33
P. M. Papadopoulos <pvm@msr.epm.ornl.gov>
34
S. L. Scott <pvm@msr.epm.ornl.gov>
35
V. S. Sunderam <pvm@msr.epm.ornl.gov></description>
36
<person userid="netmax" role="maintainer"/>
37
</package>
38