DocumentCode :
1564498
Title :
On the architectural requirements for efficient execution of graph algorithms
Author :
Bader, David A. ; Cong, Guojing ; Feo, John
Author_Institution :
Dept. of Electr. & Comput. Eng., New Mexico Univ., Albuquerque, NM, USA
fYear :
2005
Firstpage :
547
Lastpage :
556
Abstract :
Combinatorial problems such as those from graph theory pose serious challenges for parallel machines due to non-contiguous, concurrent accesses to global data structures with low degrees of locality. The hierarchical memory systems of symmetric multiprocessor (SMP) clusters optimize for local, contiguous memory accesses, and so are inefficient platforms for such algorithms. Few parallel graph algorithms outperform their best sequential implementation on SMP clusters due to long memory latencies and high synchronization costs. In this paper, we consider the performance and scalability of two graph algorithms, list ranking and connected components, on two classes of shared-memory computers: symmetric multiprocessors such as the Sun Enterprise servers and multithreaded architectures (MTA) such as the Cray MTA-2. While previous studies have shown that parallel graph algorithms can speedup on SMPs, the systems´ reliance on cache microprocessors limits performance. The MTA´s latency tolerant processors and hardware support for fine-grain synchronization makes performance a function of parallelism. Since parallel graph algorithms have an abundance of parallelism, they perform and scale significantly better on the MTA. We describe and give a performance model for each architecture. We analyze the performance of the two algorithms and discuss how the features of each architecture affects algorithm development, ease of programming, performance, and scalability.
Keywords :
data structures; graph theory; multi-threading; parallel algorithms; parallel architectures; parallel machines; shared memory systems; synchronisation; Sun Enterprise servers; connected component graph algorithm; list ranking graph algorithms; multithreaded architecture; parallel machines; shared-memory computer; symmetric multiprocessor clusters; synchronization; Clustering algorithms; Computer architecture; Costs; Data structures; Delay; Graph theory; Parallel machines; Parallel processing; Scalability; Sun; Connected Components; Graph Algorithms; List ranking; Multithreading.; Shared Memory;
fLanguage :
English
Publisher :
ieee
Conference_Titel :
Parallel Processing, 2005. ICPP 2005. International Conference on
ISSN :
0190-3918
Print_ISBN :
0-7695-2380-3
Type :
conf
DOI :
10.1109/ICPP.2005.55
Filename :
1488653
Link To Document :
بازگشت