4.7 Article Proceedings Paper

A two-level multithreaded Delaunay kernel

Journal

COMPUTER-AIDED DESIGN
Volume 85, Issue -, Pages 2-9

Publisher

ELSEVIER SCI LTD
DOI: 10.1016/j.cad.2016.07.018

Keywords

Delaunay triangulation; Parallel computing; OpenMP

Ask authors/readers for more resources

This paper presents a fine grain parallel version of the 3D Delaunay Kernel procedure using the OpenMP (Open Multi-Processing) API. A set S = {p(1),. . . ,p(n)} of n points is taken as input. S is initially sorted along a space-filling curve so that two points that are close in the insertion order are also close geometrically. The sorted set of points is then divided into M subsets S-i, 1 <= i <= M of equal size n/M. The multithreaded version of the Delaunay kernel inserts M points at a time in the triangulation, OpenMP barriers provide the required synchronization that is needed after each multiple insertion in order to avoid data races. This simple approach exhibits two standard problems of parallel computing: load imbalance and parallel overheads. Those two issues are addressed using a two-level version of the multithreaded Delaunay kernel. Tests show that triangulations of about a billion tetrahedra can be generated on a 32 core machine (Intel Xeon E5-4610 v2 @ 2.30 GHz with 128 GB of memory) in less that 3 minutes of wall clock time, with a speedup of 18 compared to the single-threaded implementation. (C) 2016 Published by Elsevier Ltd.

Authors

I am an author on this paper
Click your name to claim this paper and add it to your profile.

Reviews

Primary Rating

4.7
Not enough ratings

Secondary Ratings

Novelty
-
Significance
-
Scientific rigor
-
Rate this paper

Recommended

No Data Available
No Data Available