Engineering Parallel Symbolic Programs in GpH

Hans-Wolfgang Loidl, Philip W. Trinder, Kevin Hammond, Sahalu B. Junaidu, Richard G. Morgan, Simon L. Peyton Jones. Concurrency - Practice and Experience, 11(12):701-752, October 1999.

We investigate the claim that functional languages offer low-cost parallelism in the context of symbolic programs on modest parallel architectures. In our investigation we present the first comparative study of the construction of large applications in a parallel functional language, in our case in Glasgow Parallel Haskell (GPH). The applications cover a range of application areas, use several parallel programming paradigms, and are measured on two very different parallel architectures.

On the applications level the most significant result is that we are able to achieve modest wall-clock speedups (between factors of 2 and 10) over the optimised sequential versions for all but one of the programs. Speedups are obtained even for programs that were not written with the intention of being parallelised. These gains are achieved with a relatively small programmer-effort. One reason for the relative ease of parallelisation is the use of evaluation strategies, a new parallel programming technique that separates the algorithm from the coordination of parallel behaviour.

On the language level we show that the combination of lazy and parallel evaluation is useful for achieving a high level of abstraction. In particular we can describe top-level parallelism, and also preserve module abstraction by describing parallelism over the data structures provided at the module interface (``data-oriented parallelism''). Furthermore, we find that the determinism of the language is helpful, as is the largely-implicit nature of parallelism in GPH.

@Article{cpe,
  author = 	 {Loidl, H-W. and Trinder, P.W. and Hammond, K. and
                  Junaidu, S.B. and Morgan, R.G. and {Peyton Jones}, S.L.},
  title = 	 {{Engineering Parallel Symbolic Programs in GPH}},
  journal = 	 {Concurrency --- Practice and Experience},
  year = 	 1999,
  volume =       {11},
  issue =        {12},
  pages =        {701--752},
  url =          {http://www.cee.hw.ac.uk/\~{}dsg/gph/papers/ps/cpe.ps.gz},
}

Available in: ps, ps.gz


GPH Papers | GPH