Citation key |
steffen_ypncongress2020 |
Author |
Steffen, L., Amann, F., & Hinkelmann, R. |
Title of Book |
Proceedings of the 1st IAHR Young Professionals Congress |
Pages |
220-221 |
Year |
2020 |
ISBN |
978-90-82484-6-63 |
Location |
Madrid, SPAIN |
Month |
11 |
Note |
1st IAHR Young Professionals Congress, 17-18 November 2020, online conference, reviewed extended abstract and oral presentation |
Editor |
International Association for Hydro-Environment Engineering and Research -IAHR- |
Abstract |
Flow simulations with the depth-averaged shallow water equations are applicable to many naturally occurring surface water flows, such as open channel flow or floods. Improving the performance of simulation software allows larger simulations or lower time and energy requirements. To explore avenues for performance improvements, an open-source C++ framework for explicit finite-volume-method solvers was designed and a robust shallow water equations solver was implemented. First results show significant speedups from vectorisation of cell-based
calculations, and preliminary tests show measurable speedups from reordering edge flux computations to reduce cache misses and locks between threads. Furthermore, a simple load rebalancing scheme for distributed computations is introduced and two load criteria are compared. |