We describe the design and implementation of efficient parallel algorithms, and a softwarelibrary for the parallel implementation of compressed octree data structures. Octrees are widely used in supporting hierarchic...
详细信息
We describe the design and implementation of efficient parallel algorithms, and a softwarelibrary for the parallel implementation of compressed octree data structures. Octrees are widely used in supporting hierarchical methods for scientific applications such as the N-body problem, molecular dynamics and smoothed particle hydrodynamics. The primary goal of our work is to identify and abstract the commonalities present in various hierarchical methods using octrees, design efficient parallel algorithms for them, and encapsulate them in a softwarelibrary. We designed provably efficient parallel algorithms and implementation strategies that perform well irrespective of the spatial distribution of data in the computational domain. The library will enable rapid development of applications, allowing application developers to use efficient parallel algorithms developed for this purpose, without the necessity of having detailed knowledge of the algorithms or of implementing them. The software is developed in C using the Message Passing Interface (MPI). We report experimental results on an IBM xSeries parallel computer. (c) 2005 Elsevier B.V. All rights reserved.
暂无评论