Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Parallel Virtual Machine

From Wikipedia, the free encyclopedia
Software tool for parallel networking of computers
"PVM" redirects here. For other uses, seePVM (disambiguation).
This article has multiple issues. Please helpimprove it or discuss these issues on thetalk page.(Learn how and when to remove these messages)
This articleneeds additional citations forverification. Please helpimprove this article byadding citations to reliable sources. Unsourced material may be challenged and removed.
Find sources: "Parallel Virtual Machine" – news ·newspapers ·books ·scholar ·JSTOR
(June 2009) (Learn how and when to remove this message)
This article or sectionpossibly contains originalsynthesis. Source material shouldverifiably mention andrelate to the main topic. Relevant discussion may be found on thetalk page.(December 2011) (Learn how and when to remove this message)
(Learn how and when to remove this message)
Parallel Virtual Machine
Original author(s)Oak Ridge National Laboratory
Developer(s)University of Tennessee
Initial release1989
Stable release
3.4.6 / February 2, 2009; 16 years ago (2009-02-02)[1]
Written inC
Operating systemWindows and Unix
LicenseBSD,GPL
Websitehttps://www.epm.ornl.gov/pvm/pvm_home.html

Parallel Virtual Machine (PVM) is asoftware tool for parallel networking ofcomputers. It is designed to allow anetwork of heterogeneous Unix and/or Windows machines to be used as a single distributedparallel processor.[2] 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 code, available free throughnetlib, has been compiled on everything fromlaptops toCrays.[3]

PVM enables users to exploit their existing computer hardware to solve much larger problems at less additional cost. PVM has been used as an educational tool to teachparallel programming but has also been used to solve important practical problems.[3] It was developed by theUniversity of Tennessee,Oak Ridge National Laboratory andEmory University. The first version was written at ORNL in 1989, and after being rewritten by University of Tennessee, version 2 was released in March 1991. Version 3 was released in March 1993, and supportedfault tolerance and betterportability.

PVM was a step towards modern trends indistributed processing andgrid computing but has, since the mid-1990s, largely been supplanted by the much more successfulMPI standard for message passing on parallel machines. PVM isfree software, released under both theBSD License and theGNU General Public License.

Design

[edit]

PVM is a software system that enables a collection of heterogeneous computers to be used as a coherent and flexible concurrent computational resource, or a "parallelvirtual machine".

The individual computers may be shared-memory or local-memorymultiprocessors,vectorsupercomputers, specializedgraphics engines, orscalarworkstations andPCs, that may be interconnected by a variety ofnetworks, such asEthernet orFDDI.

PVM consists of a run-time environment and library formessage passing, task and resource management, and fault notification. While PVM will not automatically make a commercial software package run faster, itdoes provide a powerful set of functions for manually parallelizing an existing source program, or for writing new parallel/distributed programs.

The PVM software must be specifically installed on every machine that is to be used in a given "virtual machine". There is no "automatic" installation ofexecutables onto remote machines in PVM, although simply copying thepvm3/lib andpvm3/bin directories to anothersimilar machine (and setting$PVM_ROOT and$PVM_ARCH) is sufficient for running PVM programs.Compiling or building PVM programs requires the full PVM installation.

User programs written inC,C++, orFortran can access PVM through provided library routines.

PVM also supportsbroadcasting (PVM_bcast) which sends to all processes in a group and multicasting (PVM_mcast) which sends to a specific list of processes.

See also

[edit]

References

[edit]
  1. ^Release Notes
  2. ^This article is based on material taken fromParallel+Virtual+Machine at theFree On-line Dictionary of Computing prior to 1 November 2008 and incorporated under the "relicensing" terms of theGFDL, version 1.3 or later.
  3. ^ab"Parallel Virtual Machine (PVM) Homepage".

External links

[edit]
Facilities
Products
General
Levels
Multithreading
Theory
Elements
Coordination
Programming
Hardware
APIs
Problems
Retrieved from "https://en.wikipedia.org/w/index.php?title=Parallel_Virtual_Machine&oldid=1284086108"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp