login

Algorithm 891

ACM Transactions on Mathematical SoftwarePublished 1 March 2009
John Reid, J. A. Scott
Citations102
SJR quartileQ1
SJR score1.23
SNIP2.12

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