Chaste: A case study of parallelisation of an open source finite-element solver with applications to computational cardiac electrophysiology simulation

  • Authors:
  • Miguel O Bernabeu;James Southern;Nicholas Wilson;Peter Strazdins;Jonathan Cooper;Joe Pitt-Francis

  • Affiliations:
  • Centre for Computational Science, University College London, UK, CoMPLEX, University College London, UK, With the Department of Computer Science, University of Oxford during this study.;Fujitsu Laboratories of Europe Ltd, Hayes, UK;Fujitsu Laboratories of Europe Ltd, Hayes, UK;Research School of Computer Science, The Australian National University, Canberra, Australia;Department of Computer Science, University of Oxford, UK;Department of Computer Science, University of Oxford, UK

  • Venue:
  • International Journal of High Performance Computing Applications
  • Year:
  • 2014

Quantified Score

Hi-index 0.00

Visualization

Abstract

The simulation of cardiac electrophysiology is a mature field in computational physiology. Recent advances in medical imaging, high-performance computing and numerical methods mean that computational models of electrical propagation in human heart tissue are ripe for use in patient-specific simulation for diagnosis, for prognosis and for selection of treatment methods. However, in order to move in this direction, it is necessary to make efficient use of modern petascale computing resources.This paper focuses on an existing open source simulation framework (Chaste) and documents work done to improve the parallel scaling on a small range of electrophysiology benchmark problems.These benchmarks involve the numerical solution of the monodomain or bidomain equations via the finite-element method. At the beginning of this study the electrophysiology libraries within Chaste were already enabled to run in parallel and were able to solve for electrical propagation using the monodomain or bidomain equations, but parallel efficiency dropped rapidly when run on more than about 64 processors.Throughout the course of the study, improvements were made to problem definition input; geometric mesh partitioning; finite-element assembly of large, sparse linear systems; problem-specific matrix preconditioning; numerical solution of the linear system; and output of the approximate solution. The consequence of these improvements is that, at the end of the study, Chaste is able to solve a monodomain benchmark problem in close to real time. While some of the improvements made to the parallel Chaste code are specific to cardiac electrophysiology, many of the techniques documented in this paper are generic to the parallel finite-element method in other scientific application areas.