Pypvm is a Python module which allows interaction with the Parallel Virtual Machine (PVM) package. PVM allows a collection of computers connected by a network to serve as a single parallel computer. This package allows Python programs to do almost anything that is possible for Fortran or C programs, including starting and stopping other programs, sending them messages, and accessing cluster-wide data stores.
| Tags | Software Development Libraries Python Modules |
|---|---|
| Licenses | GPL |
| Implementation | Python |
Recent releases


Release Notes: In this version, support for Python 2.3 and PVM 3.4 has been added. The master_test.py and slave_test.py programs now work. Compilation should be easier with picky compilers.


Release Notes: Updated to work with Python 2.1.


Release Notes: This is the merge of W. Michael Petullo's pypvm (which was at version 0.8.7) package with Greg Baker's PyPVM (which was at version 0.12). This has started a new numbering sequence starting at 0.91. This version brings the best from both packages -- pypvm's larger range of supported functions, and PyPVM's documentation strings and keyword arguments. A few bugs (in both packages) have been fixed.


No changes have been submitted for this release.


No changes have been submitted for this release.