Title :
PPD: A practical parallel loop detector for parallelizing compilers
Author :
Wu, Cheng-Tien ; Yang, Chao-Tung ; Tseng, Shian-Shyong
Author_Institution :
Dept. of Comput. & Inf. Sci., Nat. Chiao Tung Univ., Hsinchu, Taiwan
Abstract :
It is well known that extracting parallel loops plays a significant role in designing parallelizing compilers. The execution efficiency of a loop is enhanced when the loop can be executed in parallel or partial parallel, like a DOALL or DOACROSS loop. This paper reports on the practical parallelism detector (PPD) that is implemented in PFPC (a portable FORTRAN parallelizing compiler running on OSF/1) at NCTU to concentrate on finding the parallelism available in loops. The PPD can extract the potential DOALL and DOACROSS loops in a program by invoking a combination of the ZIV test and the I test for verifying array subscripts. Furthermore, if DOACROSS loops are available, an optimization of synchronization statement is made. Experimental results show that PPD is more reliable and accurate than previous approaches
Keywords :
FORTRAN; parallel programming; parallelising compilers; synchronisation; DOACROSS loop; DOALL; I test; OSF/1; PPD; ZIV test; array subscripts; parallelizing compilers; portable FORTRAN parallelizing compiler; practical parallel loop detector; practical parallelism detector; synchronization statement; Chaos; Computer languages; Concurrent computing; Detectors; Equations; Information science; Knowledge engineering; Parallel processing; Program processors; System testing;
Conference_Titel :
Parallel and Distributed Systems, 1996. Proceedings., 1996 International Conference on
Conference_Location :
Tokyo
Print_ISBN :
0-8186-7267-6
DOI :
10.1109/ICPADS.1996.517573