@inproceedings{8067071bb2064cb38a3e9ea1457af9b8,
title = "Implementation of a hierarchical N-body simulator using the OmpSs programming model",
abstract = "Many HPC algorithms are highly irregular. They have input-dependent control flow and operate on pointer-based data structures such as trees, graphs, or linked lists. This irregularity makes it challenging to parallelize such algorithms in order to efficiently run them on modern HPC systems. In this paper we study the architectural and programming bottlenecks of the OmpSs task-based programming model when implementing irregular applications. We select a sequential N-body simulation code and describe its parallelization using OmpSs. We then analyze the code, focusing on scalability and load balancing. We conclude that, in general, task-based programming models are well suited to the exploitation of irregular parallelism. Nevertheless, in order to avoid the overheads associated with manually managing the load balancing, the hardware and runtime will need to collectively support much finer-grained tasks.",
keywords = "barnes-hut, ompSs, taskSs",
author = "Miquel Peric{\`a}s and Xavier Martorell and Yoav Etsion",
year = "2011",
doi = "10.1145/2089142.2089150",
language = "الإنجليزيّة",
isbn = "9781450311212",
series = "IAAA'11 - Proceedings of the 1st Workshop on Irregular Applications: Architectures and Algorithm, Co-located with SC'11",
pages = "23--30",
booktitle = "IAAA'11 - Proceedings of the 1st Workshop on Irregular Applications",
note = "1st Workshop on Irregular Applications: Architectures and Algorithm, IAAA'11, Held in Conjunction with SC'11 ; Conference date: 13-11-2011 Through 13-11-2011",
}