Design and implementation of a practical parallel Delaunay algorithm

被引:61
作者
Blelloch, GE [1 ]
Hardwick, JC
Miller, GL
Talmor, D
机构
[1] Carnegie Mellon Univ, Dept Comp Sci, Pittsburgh, PA 15213 USA
[2] Microsoft Res Inc, Cambridge CB2 3NH, England
[3] CADSI, San Jose, CA 95118 USA
关键词
Delaunay triangulation; parallel algorithms; algorithm experimentation; parallel implementation;
D O I
10.1007/PL00008262
中图分类号
TP31 [计算机软件];
学科分类号
081202 ; 0835 ;
摘要
This paper describes the design and implementation of a practical parallel algorithm for Delaunay triangulation that works well on general distributions. Although there have been many theoretical parallel algorithms for the problem, and some implementations based on bucketing that work well for uniform distributions, there has been little work on implementations for general distributions. We use the well known reduction of 2D Delaunay triangulation to find the 3D convex hull of points on a paraboloid. Based on this reduction we developed a variant of the Edelsbrunner and Shi 3D convex hull algorithm, specialized for the case when the point set lies on a paraboloid. This simplification reduces the work required by the algorithm (number of operations) from O (n log(2) n) to O (n log n). The depth (parallel time) is O (log(3) n) on a CREW PRAM. The algorithm is simpler than previous O(n log n) work parallel algorithms leading to smaller constants. Initial experiments using a variety of distributions showed that our parallel algorithm was within a factor of 2 in work from the best sequential algorithm. Based on these promising results, the algorithm was implemented using C and an MPI-based toolkit. Compared with previous work, the resulting implementation achieves significantly better speedups over good sequential code, does not assume a uniform distribution of points, and is widely portable due to its use of MPI as a communication mechanism. Results are presented for the IBM SP2, Gray T3D, SGI Power Challenge, and DEC AlphaCluster.
引用
收藏
页码:243 / 269
页数:27
相关论文
共 34 条
[11]  
COLE R, 1990, P 17 JINT C AUT LANG, P32
[12]  
DAVY JR, 1989, P COMP GRAPH INT 89, P209
[13]  
DEHNE F., 1995, P ACM S PAR ALG ARCH, P27
[14]  
DWYR RA, 1986, P 2 S COMP GEOM, P276
[15]   AN 0(N LOG2 H) TIME ALGORITHM FOR THE 3-DIMENSIONAL CONVEX-HULL PROBLEM [J].
EDELSBRUNNER, H ;
SHI, WP .
SIAM JOURNAL ON COMPUTING, 1991, 20 (02) :259-269
[16]  
GHOUSE M, 1991, P 3 ACM S PAR ALG AR, P192
[17]   PRIMITIVES FOR THE MANIPULATION OF GENERAL SUBDIVISIONS AND THE COMPUTATION OF VORONOI DIAGRAMS [J].
GUIBAS, L ;
STOLFI, J .
ACM TRANSACTIONS ON GRAPHICS, 1985, 4 (02) :74-123
[18]  
Hardwick J. C., 1996, Proceedings. First International Workshop on High-Level Programming Models and Supportive Environments, P105
[19]  
HARDWICK JC, CMUCS94200 SCH COMP
[20]  
HARDWICK JC, 1994, P 1994 SCAL PAR LIB, P68