DocumentCode
3664250
Title
Declarative Patterns for Imperative Distributed Graph Algorithms
Author
Marcin Zalewski;Nicholas Edmonds;Andrew Lumsdaine
Author_Institution
Indiana Univ., Bloomington, IN, USA
fYear
2015
fDate
5/1/2015 12:00:00 AM
Firstpage
796
Lastpage
803
Abstract
We provide an abstraction for expressing graph algorithms in which the vertices and edges of the graph provide locality and communication structure and graph data are represented by property maps that associate vertices and edges to arbitrary user-defined data. Operations on the graph are expressed as patterns, which allow limited traversal of the graph and modification of property maps for the traversed fragments of the graph. Traversal is implicit, and is automatically computed from the pattern´s access of property map values. Patterns are declarative, but they can be used in imperative algorithms by using strategies that run in epochs. Strategies are user defined programs that apply patterns in a certain way (e.g., We provide fixed point, once, and ?-stepping strategies), including chaining patterns in an arbitrary way. Patterns are applied in epochs, which provide synchronization across a distributed system, guaranteeing that all patterns have been applied by the end of an epoch.
Keywords
"Generators","Synchronization","Data structures","Instruction sets","Semantics","Computational modeling","Writing"
Publisher
ieee
Conference_Titel
Parallel and Distributed Processing Symposium Workshop (IPDPSW), 2015 IEEE International
Type
conf
DOI
10.1109/IPDPSW.2015.78
Filename
7284393
Link To Document