Irregular data-parallelism in a parallel object-oriented language by means of collective replication

  • Name:

    Technischer Artikel 

  • Author:

    Bernhard Haumacher, Michael Philippsen, Walter Tichy 

  • Year:

    2010 

Bibtex

@techreport{,
author={Bernhard Haumacher, Michael Philippsen, Walter Tichy},
title={Irregular data-parallelism in a parallel object-oriented language by means of collective replication},
year=2010,
month=Jan,
institution={Universität Erlangen-Nürnberg},
howpublished={http://www.opus.ub.uni-erlangen.de/opus/frontdoor.php?source_opus=2268},
abstract={In parallel object-oriented languages it is hard to elegantly express efficient data-parallel operations on objects of an irregularly-shaped object structure that is spread across the parallel computing environment.This paper presents a new programming model that smoothly integrates both task and data parallelism in a distributed object-oriented context. So called Collective Replication combines enhanced data locality for parallel tasks with data-parallel computations on irregular data structures. Collectively replicated objects exploit the bulk- synchronous data-parallel pattern in an object-oriented language and relieve the programmer from explicitly coding the communication step even for irregular data structures. To make the consistency protocol efficient, only modified fields are shipped instead of whole objects. Moreover, a novel graph coloring approach is used to broadcast updates to all replicas this technique avoids bottlenecks and is more efficient than known approaches.We suggest Java language extensions that can be handled by a pre-processor and achieve good performance on a set of benchmark applications.},
number={CS-2010-04},
pages={12},