Algorithm 891
ACM Transactions on Mathematical SoftwarePublished 1 March 2009
John Reid, J. A. Scott
Citations102
SJR quartileQ1
SJR score1.23
SNIP2.12
Generate an AI Snapshot to get a quick, structured summary of this paper.
Study Snapshot
ObjectiveStudy objective
MethodsResearch methodology
PopulationPopulation studied
Sample sizeSample sizes
OutcomesStudy outcomes here
ResultsStudy results comes here
LimitationsResearch study limitations comes here
A concise AI-generated summary of the paper will appear here once you click Generate AI Snapshot.
TL;DR
The design of Fortran_Virtual_Memory is described and its use within an out-of-core sparse direct solver is commented on.
Abstract
Fortran_Virtual_Memory is a Fortran 95 package that provides facilities for reading from and writing to direct-access files. A buffer is used to avoid actual input/output operations whenever possible. The data may be spread over many files and for very large data sets these may be held on more than one device. We describe the design of Fortran_Virtual_Memory and comment on its use within an out-of-core sparse direct solver.
Keywords
Computer ScienceEngineering
ACM Transactions on Mathematical SoftwareThe university of Florida sparse matrix collection
3,615 Citations2011Timothy A. Davis, Yifan Hu
The University of Florida Sparse Matrix Collection, a large and actively growing set of sparse matrices that arise in real applications, is described and a new multilevel coarsening scheme is proposed to facilitate this task.
ACM Transactions on Mathematical SoftwareAn out-of-core sparse Cholesky solver
72 Citations2009John Reid, J. A. Scott
The design and development of the first release of a new symmetric direct solver that aims to circumvent this limitation by allowing the system matrix, intermediate data, and the matrix factors to be stored externally.
International Journal for Numerical Methods in EngineeringAn efficient out‐of‐core multifrontal solver for large‐scale unsymmetric element problems
10 Citations2008John Reid, J. A. Scott
A new out‐of‐core package for the large sparse unsymmetric systems that arise from finite‐element problems is designed, which implements a multifrontal algorithm and achieves efficiency through the use of specially designed code for handling the input/output operations and efficient dense linear algebra kernels.
