Introduction



What Is PVM

Parallel Virtual Machine (PVM) is a software package that allows a heterogeneous network of computers (parallel, vector, or serial) to appear as a single concurrent computational resource - a virtual machine.


Background to PVM

The development of PVM started in summer 1989 at Oak Ridge National Laboratory (ORNL).

Availability of PVM from vendors

Several vendors are supplying and supporting optimized versions of PVM for their multi-processor systems, including Cray Research, IBM, Convex, Intel, SGI, and DEC.


Public domain availability of PVM

PVM is also public domain software Available on netlib, which is a software distribution service set up on the Internet Available by Email. netlib@ornl.gov with the message send xnetlib.shar from xnetlib or anonymous ftp from cs.utk.edu in pub/xnetlib


What Is MPI

MPI stands for Message Passing Interface. The goal of MPI is to develop a standard for writing message passing programs. In designing MPI the MPI forum sought to make use of features from a number of existing message passing systems.


Background to MPI

The MPI Forum has been meeting to discuss and define a set of library interface standards.

Availability of MPI


Summary of PVM and MPI

PVM

MPI

NEXT
UP


Submitted by Mark Johnston,
last updated on 10 December 1994.