DocumentCode :
1055993
Title :
Compiling for distributed memory architectures
Author :
Rogers, Anne ; Pingali, Keshav
Author_Institution :
Dept. of Comput. Sci., Princeton Univ., NJ, USA
Volume :
5
Issue :
3
fYear :
1994
fDate :
3/1/1994 12:00:00 AM
Firstpage :
281
Lastpage :
298
Abstract :
The lack of high-level languages and good compilers for parallel machines hinders their widespread acceptance and use. Programmers must address issues such as process decomposition, synchronization, and load balancing. We have developed a parallelizing compiler that, given a sequential program and a memory layout of its data, performs process decomposition while balancing parallelism against locality of reference. A process decomposition is obtained by specializing the program for each processor to the data that resides on that processor. If this analysis fails, the compiler falls back to a simple but inefficient scheme called run-time resolution. Each process´s role in the computation is determined by examining the data required for execution at run-time. Thus, our approach to process decomposition is data-driven rather than program-driven. We discuss several message optimizations that address the issues of overhead and synchronization in message transmission. Accumulation reorganizes the computation of a commutative and associative operator to reduce message traffic. Pipelining sends a value as close to its computation as possible to increase parallelism. Vectorization of messages combines messages with the same source and the same destination to reduce overhead. Our results from experiments in parallelizing SIMPLE, a large hydrodynamics benchmark, for the Intel iPSC/2, show a speedup within 60% to 70% of handwritten code
Keywords :
distributed memory systems; parallel programming; pipeline processing; program compilers; synchronisation; Intel iPSC/2; SIMPLE; distributed memory architectures; high-level languages; hydrodynamics benchmark; load balancing; locality of reference; message traffic; parallelizing compiler; pipelining; process decomposition; run-time resolution; synchronization; Commutation; Failure analysis; High level languages; Load management; Memory architecture; Parallel machines; Parallel processing; Program processors; Programming profession; Runtime;
fLanguage :
English
Journal_Title :
Parallel and Distributed Systems, IEEE Transactions on
Publisher :
ieee
ISSN :
1045-9219
Type :
jour
DOI :
10.1109/71.277789
Filename :
277789
Link To Document :
بازگشت