vix.ing · top · new · best · stats · spec

Learning from the Success of MPI

2001/09/13 by William D. Gropp, Gropp, William D.
Computer Science · #D.1.3 #Distributed #FOS: Computer and information sciences #Parallel #and Cluster Computing (cs.DC) #cs.DC

paper · pdf · doi:10.48550/arxiv.cs/0109017

12 pages, 1 figure

arxiv created 2001/09/13 · arxiv updated 2009/11/30

Abstract

The Message Passing Interface (MPI) has been extremely successful as a portable way to program high-performance parallel computers. This success has occurred in spite of the view of many that message passing is difficult and that other approaches, including automatic parallelization and directive-based parallelism, are easier to use. This paper argues that MPI has succeeded because it addresses all of the important issues in providing a parallel programming model.

Related