Christophe Guy Coreixas

Christophe Guy Coreixas is an aeronautical engineer who graduated from ISAE-SUPAERO (Toulouse, France) in 2014. He obtained his Ph.D. diploma (Fluid Dynamics) in 2018 while working at CERFACS on compressible lattice Boltzmann methods for industry-oriented applications. As a post-doc in the Computer Science department at the University of Geneva, Christophe now develops lattice Boltzmann models to simulate aeronautical, multiphysics, and biomedical flows.
Avatar photo

Posts by Christophe Guy Coreixas

Four panels vertically laid out each showing a simulation with a black background
Simulation / Modeling / Design

Multi-GPU Programming with Standard Parallel C++, Part 2

It may seem natural to expect that the performance of your CPU-to-GPU port will range below that of a dedicated HPC code. After all, you are limited by the... 13 MIN READ
Four panels vertically laid out each showing a simulation with a black background
Simulation / Modeling / Design

Multi-GPU Programming with Standard Parallel C++, Part 1

The difficulty of porting an application to GPUs varies from one case to another. In the best-case scenario, you can accelerate critical code sections by... 17 MIN READ