A parallel out-of-core multifrontal method: Storage of factors on disk and analysis of models for an out-of-core active memory

  • Authors:
  • Emmanuel Agullo;Abdou Guermouche;Jean-Yves L'Excellent

  • Affiliations:
  • Laboratoire de l'Informatique du Parallélisme (UMR CNRS-ENS Lyon-INRIA-UCBL), ENS Lyon, 46 allée d'Italie, 69364 Lyon cedex 07, France;Laboratoire Bordelais de Recheche en Informatique (UMR 5800) - 351, cours de la Liberation F-33405 Talence cedex, France;Laboratoire de l'Informatique du Parallélisme (UMR CNRS-ENS Lyon-INRIA-UCBL), ENS Lyon, 46 allée d'Italie, 69364 Lyon cedex 07, France

  • Venue:
  • Parallel Computing
  • Year:
  • 2008

Quantified Score

Hi-index 0.01

Visualization

Abstract

The memory usage of sparse direct solvers can be the bottleneck to solve large sparse systems of linear equations of the form Ax=b. In order to solve large problems, we have designed a robust out-of-core solver, in which computed factors are stored on disk. We use large real-life problems (up to several million equations and several hundred million nonzeros) to show that we can significantly reduce the core memory usage in parallel (on up to 128 processors), with a time performance comparable to that of a parallel in-core solver. A careful study shows how the low-level I/O mechanisms impact the performance. We describe a low-level I/O layer that avoids the perturbations introduced by system buffers and allows consistently good performance results. To go significantly further in the memory reduction, it is interesting to also store the intermediate working memory on disk. In this paper we describe algorithmic models to address this issue, and study their potential in terms of both memory requirements and I/O volume. The out-of-core solver discussed in this paper is publicly available and already used by several academic and industrial groups. The results of the algorithmic modelling will be the basis to design a new version of this solver; this work may also be a useful reference for other developers of sparse out-of-core solvers.