Title :
An Asynchronous Multithreaded Algorithm for the Maximum Network Flow Problem with Nonblocking Global Relabeling Heuristic
Author :
Hong, Bo ; He, Zhengyu
Author_Institution :
Sch. of Electr. & Comput. Eng., Georgia Inst. of Technol., Atlanta, GA, USA
fDate :
6/1/2011 12:00:00 AM
Abstract :
In this paper, we present a novel asynchronous multithreaded algorithm for the maximum network flow problem. The algorithm is based on the classical push-relabel algorithm, which is essentially sequential and requires intensive and costly lock usages to parallelize it. The novelty of the algorithm is in the removal of lock and barrier usages, thereby enabling a much more efficient multithreaded implementation. The newly designed push and relabel operations are executed completely asynchronously and each individual process/thread independently decides when to terminate itself. We further propose an asynchronous global relabeling heuristic to speed up the algorithm. We prove that our algorithm finds a maximum flow with O(|V|2||-E|) operations, where |V| is the number of vertices and |E| is the number of edges in the graph. We also prove the correctness of the relabeling heuristic. Extensive experiments show that our algorithm exhibits better scalability and faster execution speed than the lock-based parallel push-relabel algorithm.
Keywords :
computational complexity; graph theory; multi-threading; parallel algorithms; asynchronous global relabeling heuristic; asynchronous multithreaded algorithm; graph theory; maximum network flow problem; nonblocking global relabeling heuristic; push-relabel algorithm; Algorithm design and analysis; Complexity theory; Graphics processing unit; Heuristic algorithms; Parallel algorithms; Synchronization; Maximum network flow; lock-free.; multithreading; parallel algorithm;
Journal_Title :
Parallel and Distributed Systems, IEEE Transactions on
DOI :
10.1109/TPDS.2010.156