Skip to main content
U.S. flag

An official website of the United States government

Publication Date
17 November 2019

Exploring the Use of Novel Programming Models in Land Surface Models

Authors

Author

A wide range of programming models are currently under rapid development to meet the needs of application developers looking to work on more complex machines. These models fill a variety of roles. Some look to abstract supercomputer architecture, including both processors and memory, to present a strategy for portable performance across a wide range of machines. Others look to expose concurrency by explicitly constructing task-driven dependency graphs that allow a scheduler to find parallelism. Here we explore the implications for application codes of adopting two such programming models, Kokkos and Legion, one from each class of models. We specifically focus on the software design implications on refactoring existing applications, rather than the performance and performance tuning of these models. We identify a strategy for refactoring the Energy Exascale Earth System Model’s Land Surface Model, an extremely complex code for climate applications, and prototype a series of mini-apps that explore the adoption of Kokkos and Legion. In doing this, we identify commonalities across the models, leading to a series of conclusions about application software design and refactoring for the adoption of novel programming models. Specifically, we find that refactoring efforts to abstract physics algorithms from data structures enable the use of a variety of programming models. With this refactoring done, we find that, at least in the case of Kokkos and Legion, these types of programming models are sufficiently mature for active use by even small application software development teams.

Coon, Ethan T, Wael R Elwaisf, Himanshu Pillai, Peter Thornton, and Scott Painter. 2019. “Exploring The Use Of Novel Programming Models In Land Surface Models”. Sc19 International Conference For High Performance Computing, Networking, Storage And Analysis Workshops. Denver, Colorado: The Institute of Electrical and Electronics Engineers. doi:10.1109/PAW-ATM49560.2019.00006.
Original Publication:
Funding Program Area(s)