Title :
A new distribution format for reshaped arrays in High Performance Fortran
Author :
Yook, Hyun-Gyoo ; Koo, Mi-Soon ; Park, Myong-Soon
Author_Institution :
Dept. of Comput. Sci., Korea Univ., Seoul, South Korea
Abstract :
Data parallel languages designed for distributed memory computing environments provide a single global address space to the programmer. The mapping from this global address space to the distributed local address space is performed by a compiler, which does this mapping based on the array distribution format. Thus, each array in a data parallel language program has its own distribution format. The Reshape function changes the array distribution format as well as the array shape. However, the changed distribution format cannot be represented by any distribution format supported in current languages. Because there is no suitable distribution format, it is necessary to change the reshaped distribution format to an existing distribution format, with heavy overhead due to the redistribution function. To eliminate the redistribution step in Reshape function, we have proposed a new distribution format, HIER-CYCLIC, which can represent the reshaped distribution format. We have also proposed a language syntax to use HIER-CYCLIC and a compiling mechanism. Finally, we performed an experiment on an IBM-SP2 machine using a shift function
Keywords :
FORTRAN; distributed memory systems; parallel languages; program compilers; HIER-CYCLIC; High Performance Fortran; IBM-SP2 machine; Reshape function; array distribution format; compiler; compiling mechanism; data parallel language program; data parallel languages; distributed local address space; distributed memory computing environments; distribution format; language syntax; reshaped arrays; shift function; single global address space; Computer science; Concurrent computing; Contracts; Distributed computing; High performance computing; Libraries; Parallel languages; Program processors; Programming profession; Shape;
Conference_Titel :
Parallel and Distributed Processing, 1998. PDP '98. Proceedings of the Sixth Euromicro Workshop on
Conference_Location :
Madrid
Print_ISBN :
0-8186-8332-5
DOI :
10.1109/EMPDP.1998.647199