Out-of-core FFTs with parallel disks

  • Authors:
  • Thomas H. Cormen;David M. Nicol

  • Affiliations:
  • Dartmouth College Department of Computer Science;Dartmouth College Department of Computer Science

  • Venue:
  • ACM SIGMETRICS Performance Evaluation Review
  • Year:
  • 1997

Quantified Score

Hi-index 0.00

Visualization

Abstract

We examine approaches to computing the Fast Fourier Transform (FFT) when the data size exceeds the size of main memory. Analytical and experimental evidence shows that relying on native virtual memory with demand paging can yield extremely poor performance. We then present approaches based on minimizing I/O costs with the Parallel Disk Model (PDM). Each of these approaches explicitly plans and performs disk accesses so as to minimize their number.