Computational & Technology Resources
an online resource for computational,
engineering & technology publications |
|
Civil-Comp Proceedings
ISSN 1759-3433 CCP: 95
PROCEEDINGS OF THE SECOND INTERNATIONAL CONFERENCE ON PARALLEL, DISTRIBUTED, GRID AND CLOUD COMPUTING FOR ENGINEERING Edited by:
Paper 58
An Efficient Scalable Solver for the Global Ocean Sea-Ice Model MPIOM F. Wilhelm1, P. Adamidis2 and V. Heuveline1
1Engineering Mathematics and Computing Lab, Karlsruhe Institute of Technology, Germany
F. Wilhelm, P. Adamidis, V. Heuveline, "An Efficient Scalable Solver for the Global Ocean Sea-Ice Model MPIOM", in , (Editors), "Proceedings of the Second International Conference on Parallel, Distributed, Grid and Cloud Computing for Engineering", Civil-Comp Press, Stirlingshire, UK, Paper 58, 2011. doi:10.4203/ccp.95.58
Keywords: high-performance computing, successive-over-relaxation, conjugate gradient method, incomplete Cholesky decomposition, MPIOM, climate simulation, mathematical modeling, ocean model, barotropic subsystem.
Summary
In this work we present some results of the "Scalable-Earth-System-Models for high productivity climate simulations" (ScalES) project funded by the German Bundesministerium für Bildung und Forschung (BMBF No. 01IH08004E). We show the efforts of improving the linear solver of the barotropic subsystem [3], discretized by finite differences, in the MPIOM by means of modern mathematical methods.
The traditional solver uses the successive-over-relaxation (SOR) method with red-black numbering and a relaxation parameter that is estimated by a number of test calculations and measurements of the rate of convergence. We implemented the conjugate gradient (CG) method with several preconditioners, most notably incomplete Cholesky decomposition with fill-in p (ICC(p)). We demonstrate different aspects of the implementation, especially all challenges in parallelization and exploitation of the IBM POWER6 architecture [4] to achieve high scalability. The CG method is then used in combination with several preconditioners to solve the barotropic subsystem in MPIOM and compared to SOR in terms of the number of iterations and runtime. We conclude that the CG method with an appropriate preconditioner such as ICC(p) greatly reduces the necessary number of iterations, communication and eventually the runtime, even compared with the SOR method with a highly optimized relaxation parameter. Finally we discuss possible ways of further improvement with respect to the obtained results. References
purchase the full-text of this paper (price £20)
go to the previous paper |
|