%0 Conference Paper
%A Haensel, David
%A Morgenstern, Laura
%A Beckmann, Andreas
%A Kabadshow, Ivo
%A Dachsel, Holger
%T Eventify: Event-Based Task Parallelism for Strong Scaling
%I ACM New York, NY, USA
%M FZJ-2021-00074
%P 1-10
%D 2020
%< Proceedings of the Platform for Advanced Scientific Computing Conference - ACM New York, NY, USA, 2020. - ISBN 9781450379939 - doi:10.1145/3394277.3401858
%X Today's processors become fatter, not faster. However, the exploitation of these massively parallel compute resources remains a challenge for many traditional HPC applications regarding scalability, portability and programmability. To tackle this challenge, several parallel programming approaches such as loop parallelism and task parallelism are researched in form of languages, libraries and frameworks. Task parallelism as provided by OpenMP, HPX, StarPU, Charm++ and Kokkos is the most promising approach to overcome the challenges of ever increasing parallelism. The aforementioned parallel programming technologies enable scalability for a broad range of algorithms with coarse-grained tasks, e. g. in linear algebra and classical N-body simulation. However, they do not fully address the performance bottlenecks of algorithms with fine-grained tasks and the resultant large task graphs. Additionally, we experienced the description of large task graphs to be cumbersome with the common approach of providing in-, out- and inout-dependencies. We introduce event-based task parallelism to solve the performance and programmability issues for algorithms that exhibit fine-grained task parallelism and contain repetitive task patterns. With user-defined event lists, the approach provides a more convenient and compact way to describe large task graphs. Furthermore, we show how these event lists are processed by a task engine that reuses user-defined, algorithmic data structures. As use case, we describe the implementation of a fast multipole method for molecular dynamics with event-based task parallelism. The performance analysis reveals that the event-based implementation is 52 % faster than a classical loop-parallel implementation with OpenMP.
%B PASC '20: Platform for Advanced Scientific Computing Conference
%C 29 Jun 2020 - 1 Jul 2020, Geneva (Switzerland)
Y2 29 Jun 2020 - 1 Jul 2020
M2 Geneva, Switzerland
%F PUB:(DE-HGF)8 ; PUB:(DE-HGF)7
%9 Contribution to a conference proceedingsContribution to a book
%R 10.1145/3394277.3401858
%U https://juser.fz-juelich.de/record/889149