Prev Up
Go backward to Evaluation Strategies
Go up to Writing Parallel Programs

Structure of the Paper

The remainder of this paper is structured as follows. The next section describes parallel programming in GpH. Then we introduce evaluation strategies. In the next section we show how strategies can be used to specify several common parallel paradigms including pipelines, producer/consumer and divide-and-conquer parallelism. Then we take a closer look at the use of strategies in three large-scale applications. We discuss related work in a separate section. The final section concludes


{trinder,hwloidl,simonpj}@dcs.gla.ac.uk, kh@dcs.st-and.ac.uk

Prev Up