Abstract
Over time, several competing approaches to parallel Haskell programming have emerged. Different approaches support parallelism at various different scales, ranging from small multicores to massively parallel high-performance computing systems. They also provide varying degrees of control, ranging from completely implicit approaches to ones providing full programmer control. Most current designs assume a shared memory model at the programmer, implementation and hardware levels. This is, however, becoming increasingly divorced from the reality at the hardware level. It also imposes significant unwanted runtime overheads in the form of garbage collection synchronisation etc. What is needed is an easy way to abstract over the implementation and hardware levels, while presenting a simple parallelism model to the programmer.The PAEAN (PArallEl shAred Nothing) runtime system design aims to provide aportable and high-level shared-nothingimplementation platform for parallel Haskell dialects. It abstracts over major issues such as work distribution and data serialisation, consolidating existing, successful designs into a single framework. It also provides an optional virtual shared-memory programming abstraction for (possibly) shared-nothing parallel machines, such as modern multicore/manycore architectures or cluster/cloud computing systems. It builds on, unifies, and extends, existing well-developed support for shared-memory parallelism that is provided by the widely-used GHC Haskell compiler. This paper summarises the state-of-the-art in shared-nothing parallel Haskell implementations, introduces the PAEAN abstractions, shows how they can be used to implement three distinct parallel Haskell dialects, and demonstrates that good scalability can be obtained on recent parallel machines.
Original language | English |
---|---|
Article number | e10 |
Number of pages | 39 |
Journal | Journal of Functional Programming |
Volume | 26 |
DOIs | |
Publication status | Published - 13 Jul 2016 |
Fingerprint
Dive into the research topics of 'PAEAN: Portable and Scalable Runtime Support for Parallel Haskell Dialects'. Together they form a unique fingerprint.Datasets
-
Dataset for the paper "PAEAN: Portable and Scalable Runtime Support for Parallel Haskell Dialects"
Loidl, H. (Creator), Heriot-Watt University, Mar 2016
DOI: 10.17861/a846d3e1-8463-4e44-bb4b-83c8e4be1259
Dataset
Profiles
-
Hans-Wolfgang Loidl
- School of Mathematical & Computer Sciences - Associate Professor
- School of Mathematical & Computer Sciences, Computer Science - Associate Professor
Person: Academic (Research & Teaching)