Models and languages for parallel computation
- 1 June 1998
- journal article
- Published by Association for Computing Machinery (ACM) in ACM Computing Surveys
- Vol. 30 (2) , 123-169
- https://doi.org/10.1145/280277.280278
Abstract
We survey parallel programming models and languages using six criteria to assess their suitability for realistic portable parallel programming. We argue that an ideal model should by easy to program, should have a software development methodology, should be architecture-independent, should be easy to understand, should guarantee performance, and should provide accurate information about the cost of programs. These criteria reflect our belief that developments in parallelism must be driven by a parallel software industry based on portability and efficiency. We consider programming models in six categories, depending on the level of abstraction they provide. Those that are very abstract conceal even the presence of parallelism at the software level. Such models make software easy to build and port, but efficient and predictable performance is usually hard to achieve. At the other end of the spectrum, low-level models make all of the messy issues of parallel programming explicit (how many threads, how to place them, how to express communication, and how to schedule communication), so that software is hard to build and not very portable, but is usually efficient. Most recent models are near the center of this spectrum, exploring the best tradeoffs between expressiveness and performance. A few models have achieved both abstractness and efficiency. Both kinds of models raise the possibility of parallelism as part of the mainstream of computing.Keywords
This publication has 68 references indexed in Scilit:
- A message passing standard for MPP and workstationsCommunications of the ACM, 1996
- A semantics for shapeScience of Computer Programming, 1995
- Parallel logic programming systemsACM Computing Surveys, 1994
- A machine independent interface for lightweight threadsACM SIGOPS Operating Systems Review, 1994
- A survey of PARLOG and Concurrent Prolog: The integration of logic and parallelismComputer Languages, 1993
- A portable implementation of UNITY on von Neumann machinesComputer Languages, 1993
- Cellang 2.0ACM SIGPLAN Notices, 1992
- A gentle introduction to HaskellACM SIGPLAN Notices, 1992
- PVM: A framework for parallel distributed computingConcurrency: Practice and Experience, 1990
- The structure of CedarACM SIGPLAN Notices, 1985