Next | Prev | Up | Top | Contents | Index

Using MPI and PVM

MPI (see "Message-Passing Interface (MPI) Model") and PVM (see "Portable Virtual Machine (PVM) Model") are two approaches to the same problem: how to distribute a concurrent program across a cluster of computers.


Choosing Between MPI and PVM
Porting From PVM to MPI

Next | Prev | Up | Top | Contents | Index