Sciweavers

ASUNAM
2011
IEEE

DisNet: A Framework for Distributed Graph Computation

12 years 4 months ago
DisNet: A Framework for Distributed Graph Computation
—With the rise of network science as an exciting interdisciplinary research topic, efficient graph algorithms are in high demand. Problematically, many such algorithms measuring important properties of networks have asymptotic lower bounds that are quadratic, cubic, or higher in the number of vertices. For analysis of social networks, transportation networks, communication networks, and a host of others, computation is intractable. In these networks computation in serial fashion requires years or even decades. Fortunately, these same computational problems are often naturally parallel. We present here the design and implementation of a master-worker framework for easily computing such results in these circumstances. The user needs only to supply two small fragments of code describing the fundamental kernel of the computation. The framework automatically divides and distributes the workload and manages completion using an arbitrary number of heterogeneous computational resources. In ...
Ryan Lichtenwalter, Nitesh V. Chawla
Added 12 Dec 2011
Updated 12 Dec 2011
Type Journal
Year 2011
Where ASUNAM
Authors Ryan Lichtenwalter, Nitesh V. Chawla
Comments (0)