English

A parallel hybrid implementation of the 2D acoustic wave equation

Computational Physics 2020-06-19 v1 Numerical Analysis Analysis of PDEs Numerical Analysis

Abstract

In this paper, we propose a hybrid parallel programming approach for a numerical solution of a two-dimensional acoustic wave equation using an implicit difference scheme for a single computer. The calculations are carried out in an implicit finite difference scheme. First, we transform the differential equation into an implicit finite-difference equation and then using the ADI method, we split the equation into two sub-equations. Using the cyclic reduction algorithm, we calculate an approximate solution. Finally, we change this algorithm to parallelize on GPU, GPU+OpenMP, and Hybrid (GPU+OpenMP+MPI) computing platforms. The special focus is on improving the performance of the parallel algorithms to calculate the acceleration based on the execution time. We show that the code that runs on the hybrid approach gives the expected results by comparing our results to those obtained by running the same simulation on a classical processor core, CUDA, and CUDA+OpenMP implementations.

Keywords

Cite

@article{arxiv.2006.10142,
  title  = {A parallel hybrid implementation of the 2D acoustic wave equation},
  author = {Arshyn Altybay and Michael Ruzhansky and Niyaz Tokmagambetov},
  journal= {arXiv preprint arXiv:2006.10142},
  year   = {2020}
}

Comments

10 pages; 1 Chart; 1 Table; 1 Listing; 1 Algorithm