An I/O-Conscious Tiling Strategy for Disk-Resident Data Sets

  • Authors:
  • Mahmut Kandemir;Alok Choudhary;J. Ramanujam

  • Affiliations:
  • CSE Department, The Pennsylvania State University, University Park, PA 16802 kandemir@cse.psu.edu;ECE Department, Northwestern University, Evanston, IL 60208 choudhar@ece.nwu.edu;ECE Department, Louisiana State University, Baton Rauge, LA 70803 jxr@ee.lsu.edu

  • Venue:
  • The Journal of Supercomputing
  • Year:
  • 2002

Quantified Score

Hi-index 0.00

Visualization

Abstract

This paper describes a tiling technique that can be used by application programmers and optimizing compilers to obtain I/O-efficient versions of regular scientific loop nests. Due to the particular characteristics of I/O operations, a straightforward extension of the traditional tiling method to I/O-intensive programs may result in poor I/O performance. Therefore, the technique presented in this paper adapts iteration space tiling for I/O-performing loop nests to deliver high I/O performance. The generated code results in huge savings in the number of I/O calls as well as the volume of data transferred between the disk subsystem and main memory. Our experimental results on the IBM SP-2 distributed-memory message-passing multiprocessor demonstrate that the reduction in these two parameters, namely, the number of I/O calls and the transferred data volume, can lead to a marked decrease in overall execution times of I/O-intensive loop nests. In a number of loop nests extracted from several benchmarks and math libraries, we were able to improve the execution times by an average 42.5% for one data set and by an average 47.4% for another.