ExaNBody: a HPC framework for N-Body applications
CEA, DAM, DIF, F-91297 Arpajon, France
hal-04278912, 2023
@article{carrard2023exanbody,
title={ExaNBody: a HPC framework for N-Body applications},
author={Carrard, Thierry and Prat, Rapha{"e}l and Latu, Guillaume and Babilotte, Killian and Lafourcade, Paul and Amarsid, Lhassan and Soulard, Laurent},
year={2023}
}
Increasing heterogeneity among HPC platforms requires applications to be frequently ported and tuned, adding burden to developers. Fast evolution of hardware mandates adaptation of algorithms and data structures to get higher performance, while application complexity constantly grows accordingly. Ensuring portability while preserving high performance at large scale along with minimal changes to an already existing application is an actual challenge. Separation of concerns to decouple performance from semantics in simulation codes are typically required. We describe a specialized programming framework for N-Body simulations that provides such separation. It allows one to develop computation kernels in the form of sequential-looking functions, while self-generating multi-level parallelism. exaNBody possesses both an application layer with its own input data format, a way to define specific computation kernels and a separate runtime system that can address both CPUs and GPUs. The framework enables performance portability for N-Body simulations, bringing both flexibility and a set of handy tools. Performance results and speedups up to 32k cores with two distinct applications based on exaNBody are discussed.
November 19, 2023 by hgpu