Thread-safe lattice Boltzmann for high-performance computing on GPUs
Dipartimento di Ingegneria Civile, Informatica e delle Tecnologie Aeronautiche, Universit`a degli Studi Roma TRE, via Vito Volterra 62, Rome, 00146, Italy
arXiv:2304.06437 [cs.DC], (13 Apr 2023)
@misc{montessori2023threadsafe,
title={Thread-safe lattice Boltzmann for high-performance computing on GPUs},
author={Andrea Montessori and Marco Lauricella and Adriano Tiribocchi and Mihir Durve and Michele La Rocca and Giorgio Amati and Fabio Bonaccorso and Sauro Succi},
year={2023},
eprint={2304.06437},
archivePrefix={arXiv},
primaryClass={cs.DC}
}
We present thread-safe, highly-optimized lattice Boltzmann implementations, specifically aimed at exploiting the high memory bandwidth of GPU-based architectures. At variance with standard approaches to LB coding, the proposed strategy, based on the reconstruction of the post-collision distribution via Hermite projection, enforces data locality and avoids the onset of memory dependencies, which may arise during the propagation step, with no need to resort to more complex streaming strategies. The thread-safe lattice Boltzmann achieves peak performances, both in two and three dimensions and it allows to sensibly reduce the allocated memory ( tens of GigaBytes for order billions lattice nodes simulations) by retaining the algorithmic simplicity of standard LB computing. Our findings open attractive prospects for high-performance simulations of complex flows on GPU-based architectures.
April 23, 2023 by hgpu