Implementing parallel shortest-paths algorithms
暂无分享,去创建一个
We have implemented two parallel versions of the Bellman-Ford-Moore algorithm for the single-source shortest-paths problem. Our software is written in C and runs on the CM-5 parallel supercomputer using CMMD communication primitives. We have compared the performance of our parallel programs with a serial implementation of the Bellman-Ford-Moore algorithm developed by Cherkassky, Goldberg and Radzik. In our experiments we used 50 randomly generated graphs with up to 2 15 vertices and 2 21 edges. Our fastest parallel program always achieved speedups greater than 1 when the average degree of the graphs exceeded 2 5 for the smaller and 2 3 for the larger inputs in our test suite. On dense graphs, we achieved speedups of up to 7.8 on a CM-5 with 32 processors.
[1] Andrew V. Goldberg,et al. Shortest paths algorithms: Theory and experimental evaluation , 1994, SODA '94.
[2] Paul G. Spirakis,et al. Efficient parallel algorithms for shortest paths in planar digraphs , 1992, BIT Comput. Sci. Sect..
[3] Shirley Dex,et al. JR 旅客販売総合システム(マルス)における運用及び管理について , 1991 .
[4] John N. Tsitsiklis,et al. Parallel and distributed computation , 1989 .