Journal of Information Processing
Online ISSN : 1882-6652
ISSN-L : 1882-6652
Parallel Graph Traversals using Work-Stealing Frameworks for Many-core Platforms
Masahiro YasugiTasuku HiraishiSeiji UmataniTaiichi Yuasa
Author information
JOURNAL FREE ACCESS

2012 Volume 20 Issue 1 Pages 128-139

Details
Abstract

Parallel programming/execution frameworks for many/multi-core platforms should support as many applications as possible. In general, work-stealing frameworks provide efficient load balancing even for irregular parallel applications. Unfortunately, naïve parallel programs which traverse graph-based data structures (e.g., for constructing spanning trees) cause stack overflow or unacceptable load imbalance. In this study, we develop parallel programs to perform probabilistically balanced divide-and-conquer graph traversals. We propose a programming technique for accumulating overflowed calls for the next iteration of repeated parallel stages. In an emerging backtracking-based work-stealing framework called “Tascell, ” which features on-demand concurrency, we propose a programming technique for long-term exclusive use of workspaces, leading to a similar technique also in the Cilk framework.

Content from these authors
© 2012 by the Information Processing Society of Japan
Previous article Next article
feedback
Top