Download List

Project Description

The PVM++ library provides an easy way to program the widely used parallel programming library PVM, which works in homogenous and heterogenous network environments.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2001-06-28 01:03
0.6.0

This release is the first to work with gcc-3.0. It
still works with gcc-2.95, but might not work with
very old versions of gcc any more. Instead of
prepending every symbol of this library with
"Pvm", this release uses the namespace Pvm. For
example, PvmHost now becomes Pvm::Host. This is
binary and source code incompatible with old
versions of PVM++. There is, however, a script
named "convert_to_namespace", which does a very
good job at converting a program to work with the
new version of PVM++. This script can be found in
the top directory of the distribution tarball.
This release uses libtool 1.4.
Tags: Minor feature enhancements

2001-01-30 15:13
0.5.0

Project Resources