COMP-PHCLPFAO-PHApr 22, 2020

Scaling through abstractions -- high-performance vectorial wave simulations for seismic inversion with Devito

arXiv:2004.10519v1Has Code
Originality Incremental advance
AI Analysis

This addresses production-grade seismic inversion problems for geophysics and energy exploration, representing an incremental improvement through enhanced compiler technology.

The researchers tackled the challenge of high-performance seismic inversion by developing Devito, a domain-specific language and compiler for wave simulations, achieving 28 TFLOP/s performance on industry-scale synthetic models in an HPC cloud system.

[Devito] is an open-source Python project based on domain-specific language and compiler technology. Driven by the requirements of rapid HPC applications development in exploration seismology, the language and compiler have evolved significantly since inception. Sophisticated boundary conditions, tensor contractions, sparse operations and features such as staggered grids and sub-domains are all supported; operators of essentially arbitrary complexity can be generated. To accommodate this flexibility whilst ensuring performance, data dependency analysis is utilized to schedule loops and detect computational-properties such as parallelism. In this article, the generation and simulation of MPI-parallel propagators (along with their adjoints) for the pseudo-acoustic wave-equation in tilted transverse isotropic media and the elastic wave-equation are presented. Simulations are carried out on industry scale synthetic models in a HPC Cloud system and reach a performance of 28TFLOP/s, hence demonstrating Devito's suitability for production-grade seismic inversion problems.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes