Download PDFOpen PDF in browser

Multi-GPU Implementation of 2D Shallow Water Equation Code with Block Uniform Quad-Tree Grids

7 pagesPublished: September 20, 2018

Abstract

This paper presents a multi Graphic Processing Unit (GPU) implementation of a 2D shallow water equations solver which is able to exploit the computational power of modern HPC clusters equipped with several GPUs on different nodes. The domain has been discretized by means of a Block Uniform Quadtree (BUQ) grid which allows to efficiently introduce variable resolution in a GPU-accelerated finite value code. In the present work the BUQ grid is decomposed into different partitions, and each partition is assigned to a dedicated GPU. Communications between different partitions are then handled by means of a Message Passing Interface (MPI) protocol. Computations and communications have been overlapped to reduce the overheads of the multi-GPU implementation. The strong scalability test shows an efficiency dropdown better than linear in the number of GPUs adopted by the simulation, and the weak scalability test shows that network overheads caused by border communication are completely maskable by GPU calculations.

Keyphrases: CUDA, finite volume, flood, MPI, shallow water equations

In: Goffredo La Loggia, Gabriele Freni, Valeria Puleo and Mauro De Marchis (editors). HIC 2018. 13th International Conference on Hydroinformatics, vol 3, pages 2105--2111

Links:
BibTeX entry
@inproceedings{HIC2018:Multi_GPU_Implementation_of_2D,
  author    = {Massimiliano Turchetto and Renato Vacondio and Alessandro Dal Pal\textbackslash{}`u},
  title     = {Multi-GPU Implementation of 2D Shallow Water Equation Code with Block Uniform Quad-Tree Grids},
  booktitle = {HIC 2018. 13th International Conference on Hydroinformatics},
  editor    = {Goffredo La Loggia and Gabriele Freni and Valeria Puleo and Mauro De Marchis},
  series    = {EPiC Series in Engineering},
  volume    = {3},
  pages     = {2105--2111},
  year      = {2018},
  publisher = {EasyChair},
  bibsource = {EasyChair, https://easychair.org},
  issn      = {2516-2330},
  url       = {https://easychair.org/publications/paper/9Qpz},
  doi       = {10.29007/xcwc}}
Download PDFOpen PDF in browser