4.7 Article Proceedings Paper

A two-level multithreaded Delaunay kernel

期刊

COMPUTER-AIDED DESIGN
卷 85, 期 -, 页码 2-9

出版社

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

关键词

Delaunay triangulation; Parallel computing; OpenMP

向作者/读者索取更多资源

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.

作者

我是这篇论文的作者
点击您的名字以认领此论文并将其添加到您的个人资料中。

评论

主要评分

4.7
评分不足

次要评分

新颖性
-
重要性
-
科学严谨性
-
评价这篇论文

推荐

暂无数据
暂无数据