Implementation of A Parallel Graph Partition Algorithm to Speed Up Bsp Computing

Shengmei Luo,Lixia Liu,Hongxu Wang,Bin Wu,Yang Liu
DOI: https://doi.org/10.1109/fskd.2014.6980928
2014-01-01
Abstract:The processing and mining information in large scale graph data have proven to be challenging. The bulk synchronous parallel (BSP) computing model is suitable for this task. In this paper, we implement the multi-level step-wise partitioning (MSP) algorithm in BSP programming model, and replace the original graph partition method. The results on both experimental data and real world data proved this improvement achieved better data locality, reduced communication between work nodes, and it made a better performance than the original method.
What problem does this paper attempt to address?