On-the-fly clustering for exascale molecular dynamics simulations. - presented by Dr Alizée Dubois and Thierry Carrard

On-the-fly clustering for exascale molecular dynamics simulations.

Alizée Dubois and Thierry Carrard

ADThierry Carrard
Slide at 06:14
EXANBODY FRAMEWORK
Alizée Dubois and Thi...
appropriate
exaNBody
N-BODY
N-Body parallel algorithms MPI + Threads + GPU support
Tools, I/O, In-Situ analyses, etc.
exaDEM (Discrete Element Method)
Onika
exaStamp (Molecular Dynamics)
Component programming paradigm
exaSPH (Smooth Particule Hydrodynamic)
Hybrid memory managment
Many-core / GPU execution framework
Carrard, T., et al. ExaNBody : A HPC Framework for N-Body Applications in Euro-Par 2023 : Parallel
Cuda
OpenMP
C++17 YAML
Processing Workshops, (2024)
A. DUBOIS - T. CARRARD - COMPUTER PHYSICS COMMUNICATIONS SEMINAR SERIES - 03/03/25
II Votre écran est partagé par le biais de l'application app.zoom.us.
Arrêter le partage
Masquer
1
References
  • 1.
    T. Carrard et al. (2024) ExaNBody: A HPC Framework for N-Body Applications. Lecture Notes in Computer Science
Share slide
Summary (AI generated)

Hello everyone. I am Cheria, and I oversee the computational aspects of our projects, particularly in simulation tools. Our journey began with the development of our Molecular Dynamics code, ExaMD, which emphasizes high-performance computing capabilities. Over the years, we have created numerous massively parallel algorithms and GPU ports for most of these algorithms. This advancement has sparked interest in optimizing other simulation tools to leverage similar parallel algorithms tailored for specific simulations.

Currently, we have established a specialized N-body platform called ExaNBody. This platform serves as a foundation for any N-body simulation code. To date, we have developed three simulation codes based on ExaNBody, which can simulate various systems, including small grains of matter, rigid bodies such as sand or powders, and more complex interactions involving rigid bodies with contact dynamics, friction, and collision detection. In addition to our Molecular Dynamics code, we are also exploring hydrodynamics through particle simulation techniques, specifically smooth particle hydrodynamics, which address the limitations of mesh-based methods.

We have created a robust ecosystem for developing our simulation software tailored for high-performance computing. This ecosystem consists of three main components. First, we utilize industry-standard low-level libraries, including MPI, OpenMP, C++, YAML for user inputs, and CUDA and HIP for GPU acceleration. Built on top of these low-level standards, we have developed three software layers. The first is OnikaBrick, which serves as the interface with the hardware and incorporates a component-based programming model. The second layer is ExaNBody, which focuses on N-body parallel algorithms, and on top of this, we have our three simulation code applications.