کد مقاله کد نشریه سال انتشار مقاله انگلیسی نسخه تمام متن
432667 689021 2015 11 صفحه PDF دانلود رایگان
عنوان انگلیسی مقاله ISI
On scalable parallel recursive backtracking
ترجمه فارسی عنوان
در بازپرداخت موازی مقیاس پذیر بازگشتی
موضوعات مرتبط
مهندسی و علوم پایه مهندسی کامپیوتر نظریه محاسباتی و ریاضیات
چکیده انگلیسی


• A simple framework for parallelizing exact search-tree algorithms.
• An indexing scheme for simple task transmission and efficient communication.
• Efficient and effective extraction of heavy tasks for dynamic load balancing.
• The presented method scales almost linearly to a record number of processing elements.

Supercomputers are equipped with an increasingly large number of cores to use computational power as a way of solving problems that are otherwise intractable. Unfortunately, getting serial algorithms to run in parallel to take advantage of these computational resources remains a challenge for several application domains. Many parallel algorithms can scale to only hundreds of cores. The limiting factors of such algorithms are usually communication overhead and poor load balancing. Solving NP-hard graph problems to optimality using exact algorithms is an example of an area in which there has so far been limited success in obtaining large scale parallelism. Many of these algorithms use recursive backtracking as their core solution paradigm. In this paper, we propose a lightweight, easy-to-use, scalable approach for transforming almost any recursive backtracking algorithm into a parallel one. Our approach incurs minimal communication overhead and guarantees a load-balancing strategy that is implicit, i.e., does not require any problem-specific knowledge. The key idea behind our approach is the use of efficient traversal operations on an indexed search tree that is oblivious to the problem being solved. We test our approach with parallel implementations of algorithms for the well-known Vertex Cover and Dominating Set problems. On sufficiently hard instances, experimental results show nearly linear speedups for thousands of cores, reducing running times from days to just a few minutes.

ناشر
Database: Elsevier - ScienceDirect (ساینس دایرکت)
Journal: Journal of Parallel and Distributed Computing - Volume 84, October 2015, Pages 65–75
نویسندگان
, , , ,