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
|
Source: slpvm
Section: interpreters
Priority: extra
Maintainer: Debian JED Group <pkg-jed-sl-modules@lists.alioth.debian.org>
Uploaders: Rafael Laboissiere <rafael@debian.org>
Build-Depends: debhelper (>= 4.0.0), libslang2-dev (>= 2.0.4-6),
pvm-dev, cdbs, slsh, autotools-dev
Standards-Version: 3.7.3
Homepage: http://space.mit.edu/cxc/software/slang/modules/pvm/
Vcs-Svn: svn://svn.debian.org/svn/pkg-jed/slpvm/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-jed/slpvm/
Package: slang-pvm
Architecture: any
Depends: ${shlibs:Depends}
Suggests: slsh (>= 2.0) | jed (>= 0.99.17) | slrn (>= 0.9.8.1pl1-4)
Description: PVM (Parallel Virtual Machine) interface for S-Lang
PVM (Parallel Virtual Machine) is a software package which permits a
heterogeneous collection computers connected by a network to be used
as a single large parallel computer.
.
The S-Lang PVM module provides a S-Lang interface to PVM. By
organizing distributed computations with S-Lang, one gains the
advantages of programming in an interpreted language.
.
With this approach, one can make efficient use of all available
computer resources: high level logic is handled in interpreted code,
CPU intensive work is done in compiled code and PVM simplifies using
all available CPUs.
|