Abstract
To exploit parallelism on shared memory parallel computers (SMPCs), it is natural to focus on decomposing the computation (mainly by distributing the iterations of the nested Do-Loops). In contrast, on distributed memory parallel computers (DMPCs), the decomposition of computation and the distribution of data must both be handled - in order to balance the computation load and to minimize the migration of data. We propose and validate experimentally a method for handling computations and data synergistically to minimize the overall execution time on DMPCs. The method is based on a number of novel techniques, also presented in this article. The core idea is to rank the "importance" of data arrays in a program and specify some of the dominant. The intuition is that the dominant arrays are the ones whose migration would be the most expensive. Using the correspondence between iteration space mapping vectors and distributed dimensions of the dominant data array in each nested Do-loop, allows us to design algorithms for determining data and computation decompositions at the same time. Based on data distribution, computation decomposition for each nested Do-loop is determined based on either the "owner computes" rule or the "owner stores" rule with respect to the dominant data array. If all temporal dependence relations across iteration partitions are regular we use tiling to allow pipelining and the overlapping of computation and communication However, in order to use tiling on DMPCs, we needed to extend the existing techniques for determining tiling vectors and tile sizes, as they were originally suited for SMPCs only. The overall method is illustrated on programs for the 2D heat equation, for the Gaussian elimination with pivoting, and for the 2D fast Fourier transform on a linear processor array and on a 2D processor grid.
Original language | English (US) |
---|---|
Pages (from-to) | 1-50 |
Number of pages | 50 |
Journal | ACM Transactions on Programming Languages and Systems |
Volume | 24 |
Issue number | 1 |
DOIs | |
State | Published - Jan 2002 |
Keywords
- Algorithms
- Computation decomposition
- D.3.4 [Programming Languages]: Processors - compilers
- Data alignment
- Data distribution
- Distributed-memory computers
- Dominant data array
- E.1 [Data Structures]: arrays
- Languages
- Optimization
ASJC Scopus subject areas
- Software