Authors: Harshvardhan, Nancy M. Amato, Lawrence Rauchwerger

Venue: In Proc. ACM SIGPLAN Symp. Prin. Prac. Par. Prog. (PPOPP)
DOI: 10.1145/2688500.2700994
Link to Publication

Abstract:
Large-scale graph computing has become critical due to the ever-increasing size of data. However, distributed graph computations are limited in their scalability and performance due to the heavy communication inherent in such computations. This is exacerbated in scale-free networks, such as social and web graphs, which contain hub vertices that have large degrees and therefore send a large number of messages over the network. Furthermore, many graph algorithms and computations send the same data to each of the neighbors of a vertex. Our proposed approach recognizes this, and reduces communication performed by the algorithm without change to user-code, through a hierarchical machine model imposed upon the input graph. The hierarchical model takes advantage of locale information of the neighboring vertices to reduce communication, both in message volume and total number of bytes sent. It is also able to better exploit the machine hierarchy to further reduce the communication costs, by aggregating traffic between different levels of the machine hierarchy. Results of an implementation in the STAPL GL shows improved scalability and performance over the traditional level-synchronous approach, with 2.5×-8× improvement for a variety of graph algorithms at 12,000+ cores.

@article{10.1145/2858788.2700994, 
 abstract = { Large-scale graph computing has become critical due to the ever-increasing size of data. However, distributed graph computations are limited in their scalability and performance due to the heavy communication inherent in such computations. This is exacerbated in scale-free networks, such as social and web graphs, which contain hub vertices that have large degrees and therefore send a large number of messages over the network. Furthermore, many graph algorithms and computations send the same data to each of the neighbors of a vertex. Our proposed approach recognizes this, and reduces communication performed by the algorithm without change to user-code, through a hierarchical machine model imposed upon the input graph. The hierarchical model takes advantage of locale information of the neighboring vertices to reduce communication, both in message volume and total number of bytes sent. It is also able to better exploit the machine hierarchy to further reduce the communication costs, by aggregating traffic between different levels of the machine hierarchy. Results of an implementation in the STAPL GL shows improved scalability and performance over the traditional level-synchronous approach, with 2.5\texttimes{}-8\texttimes{} improvement for a variety of graph algorithms at 12,000+ cores. }, 
 address = {New York, NY, USA}, 
 author = {Harshvardhan and Amato, Nancy M. and Rauchwerger, Lawrence}, 
 doi = {10.1145/2858788.2700994}, 
 issn = {0362-1340}, 
 issue_date = {August 2015}, 
 journal = {SIGPLAN Not.}, 
 keywords = {Distributed Computing, Parallel Graph Processing, Big Data, Graph Analytics}, 
 month = {January}, 
 number = {8}, 
 numpages = {2}, 
 pages = {285–286}, 
 publisher = {Association for Computing Machinery}, 
 title = {A Hierarchical Approach to Reducing Communication in Parallel Graph Algorithms}, 
 url = {https://doi.org/10.1145/2858788.2700994}, 
 volume = {50}, 
 year = {2015} 
} 
 
@inproceedings{Harshvardhan-ahatrc-2015, 
 address = {New York, NY, USA}, 
 author = {Harshvardhan and Amato, Nancy M. and Rauchwerger, Lawrence}, 
 booktitle = {Proceedings of the 20th ACM SIGPLAN Symposium on Principles and Practice of Parallel Programming}, 
 doi = {10.1145/2688500.2700994}, 
 isbn = {9781450332057}, 
 keywords = {Distributed Computing, Graph Analytics, Parallel Graph Processing, Big Data}, 
 location = {San Francisco, CA, USA}, 
 numpages = {2}, 
 pages = {285–286}, 
 publisher = {Association for Computing Machinery}, 
 series = {PPoPP 2015}, 
 title = {A Hierarchical Approach to Reducing Communication in Parallel Graph Algorithms}, 
 url = {https://doi.org/10.1145/2688500.2700994}, 
 year = {2015} 
}