Source: slpvm Section: interpreters Priority: extra Maintainer: Debian QA Group Build-Depends: debhelper (>= 7), libslang2-dev (>= 2.0.4-6), pvm-dev, cdbs, slsh, autotools-dev Standards-Version: 3.8.1 Homepage: http://space.mit.edu/cxc/software/slang/modules/pvm/ Vcs-Git: git://git.debian.org/git/pkg-jed/slpvm.git Vcs-Browser: http://git.debian.org/?p=pkg-jed/slpvm.git Package: slang-pvm Architecture: any Depends: ${misc: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.