Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Parallel Virtual Machine
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== Design == 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 "parallel [[virtual machine]]". The individual computers may be shared-memory or local-memory [[multiprocessor]]s, [[Vector processor|vector]] [[supercomputer]]s, specialized [[CPU|graphics engines]], or [[Scalar processor|scalar]] [[workstation]]s and [[personal computer|PC]]s, that may be interconnected by a variety of [[computer network|network]]s, such as [[Ethernet]] or [[Fiber Distributed Data Interface|FDDI]]. PVM consists of a run-time environment and library for [[message passing]], task and resource management, and fault notification. While PVM will not automatically make a commercial software package run faster, it ''does'' 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 of [[executable]]s onto remote machines in PVM, although simply copying the <code>pvm3/lib</code> and <code>pvm3/bin</code> directories to another ''similar'' machine (and setting <code>$PVM_ROOT</code> and <code>$PVM_ARCH</code>) is sufficient for running PVM programs. [[compiler|Compiling]] or building PVM programs requires the full PVM installation. User programs written in [[C (programming language)|C]], [[C++]], or [[Fortran]] can access PVM through provided library routines. PVM also supports [[broadcasting (computing)|broadcasting]] (PVM_bcast) which sends to all processes in a group and multicasting (PVM_mcast) which sends to a specific list of processes.
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)