Parallel Computing for Generating Voronoi Diagram with Raster-based Method

Cao Han,Liu Niling,Wang Changying
2011-01-01
Abstract:Most vector-based algorithms of generating Voronoi diagram have difficulties in handling complex generators (such as curves and areas), while raster-based methods are just time-consuming with low accuracy. The paper introduces MPI parallel computing mode to three major algorithms of raster-based method. Putting both inherent parallelism and load balancing of each computing node into consideration, an practicable data segment is designed with Master-Slave Model. Experiments in multi-kernel environment show that MPI parallel mode with dedicated data segment apparently improve the efficiency of all three major algorithms of raster-based method.
What problem does this paper attempt to address?