Open Access. Powered by Scholars. Published by Universities.®

Physical Sciences and Mathematics Commons

Open Access. Powered by Scholars. Published by Universities.®

Computer Sciences

Old Dominion University

Computer Science Theses & Dissertations

2001

Out-of-core

Articles 1 - 1 of 1

Full-Text Articles in Physical Sciences and Mathematics

External Memory Algorithms For Factoring Sparse Matrices, Florin Dobrian Jan 2001

External Memory Algorithms For Factoring Sparse Matrices, Florin Dobrian

Computer Science Theses & Dissertations

We consider the factorization of sparse symmetric matrices in the context of a two-layer storage system: disk/core. When the core is sufficiently large the factorization can be performed in-core. In this case we must read the input, compute, and write the output, in this sequence. On the other hand, when the core is not large enough, the factorization becomes out-of-core, which means that data movement and computation must be interleaved.

We identify two major out-of-core factorization scenarios: read-once/write-once (R1/W1) and read-many/write-many (RM/WM). The former requires minimum traffic, exactly as much as the in-core factorization: reading the input and writing the …