Using PAGE-AHEAD for large FORTRAN programs

  • Authors:
  • R. Di Antonio;J. Eilert;M. Vitaletti

  • Affiliations:
  • IBM European Center for Scientific and Engineering Computing, Via Giorgione 159, 00147 Rome, Italy;IBM DSD Technical Computing Center, Neighborhood Road, Kingston (NY);IBM European Center for Scientific and Engineering Computing, Via Giorgione 159, 00147 Rome, Italy

  • Venue:
  • Proceedings of the 1989 ACM/IEEE conference on Supercomputing
  • Year:
  • 1989

Quantified Score

Hi-index 0.00

Visualization

Abstract

Virtual storage management allows an efficient use of computer memory through the cooperative actions of the computer hardware and the operating system which are completely transparent to application programs. However, when program data exceed the available memory space, the program elapsed time may be dominated by the time spent in paging I/O operations. The data transfer rate, as determined by the operating system implementation of demand paging, may be small when compared with the maximum I/O bandwidth that the I/O hardware could support.Page-ahead is a technique which complements the operating system support of demand paging on virtual storage systems in order to exploit the regularity and predictability which is typical of the data access pattern of large engineering and scientific (E/S) application programs. Application programs may exploit this regularity by using page-ahead to request paging operations from the operating system in anticipation of future needs and take full advantage of the operating systems I/O bandwidth to auxiliary paging store.