Development and acceleration of parallel chemical transport models

Paul Eller,Kumaresh Singh,Adrian Sandu
DOI: https://doi.org/10.1145/1878537.1878631
2010-01-01
Abstract:Improving chemical transport models for atmospheric simulations relies on future developments of mathematical methods and parallelization methods. Better mathematical methods allow simulations to more accurately model realistic processes and/or to run in a shorter amount of time. Parallelization methods allow simulations to run in less time, allowing scientists to use more accurate or more detailed simulations (higher resolution grids, smaller time steps). The STEM chemical transport model provides a large scale end-to-end application to experiment with running chemical integration methods and transport methods on GPUs. GPUs provide high computational power at a fairly cheap cost. The CUDA programming environment simplifies the GPU development process by providing access to powerful functions to execute parallel code. This work demonstrates the acceleration of a large scale end-to-end application on GPUs showing significant speedups. This is achieved by implementing all relevant kernels on the GPU using CUDA. Nevertheless, further improvements to GPUs are needed to allow these applications to fully exploit the power of GPUs.
What problem does this paper attempt to address?