- Parallel Virtual Machine
__NOTOC__The Parallel Virtual Machine (PVM) is a software tool for parallel networking of
computer s. It is designed to allow a network of heterogeneous Unix and/or Windows machines to be used as a single distributedparallel processor . Thus large computational problems can be solved more cost effectively by using the aggregate power and memory of many computers. The software is very portable. The source, which is available free throughnetlib , has been compiled on everything fromlaptop s toCray s.PVM enables users to exploit their existing computer hardware to solve much larger problems at minimal additional cost. Hundreds of sites around the world are using PVM to solve important scientific, industrial, and medical problems in addition to PVM's use as an educational tool to teach parallel programming.
Development
PVM was developed by the
University of Tennessee ,Oak Ridge National Laboratory andEmory University . The first version was written at ORNL in1989 , and after being rewritten by University of Tennessee, version 2 was released in March1991 . Version 3 was released in March1993 , and supportedfault tolerance and better portability.PVM continues to be actively developed, although its relative maturity and stability mean that new releases are infrequent. It was a significant step towards modern trends in
distributed processing andgrid computing . It is still widely used, and new bindings (for example the perl Parallel::PVM module) are under active development.PVM is
free software , released under both theGNU General Public License and theArtistic License . [cite web
url=http://search.cpan.org/src/DLECONTE/Parallel-Pvm-1.4.0/README
title=PVM README
quote=This program is free software; you can redistribute it and/ormodify it under the same terms as Perl itself.|]See also
*
Virtual machine
*CORBA
*Globus Alliance
*Occam programming language
*Ease programming language
*Linda (coordination language)
*Calculus of communicating systems
*Calculus of broadcasting systems
* MPI (Message Passing Interface)References
External links
* [http://www.csm.ornl.gov/pvm/pvm_home.html PVM home]
* [http://pvm-plus-plus.sourceforge.net/ PVM++: A C++-Library for PVM]
* [http://proactive.objectweb.org/ Free library for code mobility]
* [http://www.parawiki.org/index.php/PVM PVM in the Parawiki]
Wikimedia Foundation. 2010.