Memory access patterns of parallel scientific programs

  • Authors:
  • F. Darema-Rogers;G. F. Pfister;K. So

  • Affiliations:
  • Computer Sciences Department, IBM T.J. Watson Research Center, Yorktown Heights, NY;Computer Sciences Department, IBM T.J. Watson Research Center, Yorktown Heights, NY;Computer Sciences Department, IBM T.J. Watson Research Center, Yorktown Heights, NY

  • Venue:
  • SIGMETRICS '87 Proceedings of the 1987 ACM SIGMETRICS conference on Measurement and modeling of computer systems
  • Year:
  • 1987

Quantified Score

Hi-index 0.00

Visualization

Abstract

A parallel simulator, PSIMUL, has been used to collect information on the memory access patterns and synchronization overheads of several scientific applications. The parallel simulation method we use is very efficient and it allows us to simulate execution of an entire application program, amounting to hundreds of millions of instructions. We present our measurements on the memory access characteristics of these applications; particularly our observations on shared and private data, their frequency of access and locality. We have found that, even though the shared data comprise the largest portion of the data in the application program, on the average a small fraction of the memory references are to shared data. The low averages do not preclude bursts of traffic to shared memory nor does it rule out positive benefits from caching shared data. We also discuss issues of synchronization overheads and their effect on performance.