Download List

Descripción del Proyecto

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

Este lanzamiento es el primero en trabajar con gcc-3.0. Todavía trabaja con gcc-2.95, pero podría no funcionar con versiones muy antiguas de GCC más. En lugar de anteponer cada símbolo de esta biblioteca con "pvm", esta versión utiliza el PVM espacio de nombres. Por ejemplo, ahora se convierte en PvmHost PVM:: Host. Se trata de binarios y código fuente incompatible con versiones antiguas de PVM + +. Hay, sin embargo, un script llamado "convert_to_namespace", que hace un trabajo muy bueno en la conversión de un programa para trabajar con la nueva versión de PVM + +. Esta secuencia de comandos se puede encontrar en el directorio del tarball de distribución. Esta versión usa libtool 1.4.
Tags: Minor feature enhancements
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.

2001-01-30 15:13
0.5.0

Project Resources