Fine-Grained Parallel Betweenness Centrality Algorithm Without Lock Synchronization

TU Deng-Biao,TAN Guang-Ming,SUN Ning-Hui
DOI: https://doi.org/10.3724/SP.J.1001.2011.03811
2011-01-01
Journal of Software
Abstract:Through a joint study in architecture and application, it is found that lock synchronization in a fine-grained parallel betweenness centrality (BC) program poses an obstacle for the efficient execution of parallel architectures. This paper proposes a data-centric parallel algorithm that eliminates lock synchronization. This algorithm reduces execution time and improves speeds up twice as fast on both AMD 32 core SMP and Intel 8core SMP. © 2011 ISCAS.
What problem does this paper attempt to address?