Processing math: 100%
Design of a Multithreaded Barnes-Hut Algorithm for Multicore Clusters | IEEE Journals & Magazine | IEEE Xplore

Design of a Multithreaded Barnes-Hut Algorithm for Multicore Clusters


Abstract:

We describe in this paper an implementation of the Barnes-Hut algorithm on multicore clusters. Based on a partitioned global address space (PGAS) library, the design inte...Show More

Abstract:

We describe in this paper an implementation of the Barnes-Hut algorithm on multicore clusters. Based on a partitioned global address space (PGAS) library, the design integrates intranode multithreading and internode one-sided communication, exemplifying a PGAS + X programming style. Within a node, the computation is decomposed into tasks (subtasks) and multitasking is used to hide network latency. We study the tradeoffs between locality in private caches and locality in shared caches and bring the insights into the design. As a result, our implementation consumes less memory per core, invokes less internode communication, and enjoys better load-balancing strategies. The final code achieves up to 41 percent performance improvement over a non-multithreaded counterpart. Through detailed comparison, we also show its advantages over other well-known Barnes-Hut implementations, both in programming complexity and in performance.
Published in: IEEE Transactions on Parallel and Distributed Systems ( Volume: 26, Issue: 7, 01 July 2015)
Page(s): 1861 - 1873
Date of Publication: 17 June 2014

ISSN Information:

Funding Agency:


Contact IEEE to Subscribe

References

References is not available for this document.