Sciweavers

PPOPP
2003
ACM

The design and implementation of a parallel array operator for the arbitrary remapping of data

13 years 9 months ago
The design and implementation of a parallel array operator for the arbitrary remapping of data
Gather and scatter are data redistribution functions of longstanding importance to high performance computing. In this paper, we present a highly-general array operator with powerful gather and scatter capabilities unmatched by other array languages. We discuss an efficient parallel implementation, introducing three new optimizations—schedule compression, dead array reuse, and direct communication—that reduce the costs associated with the operator’s wide applicability. In our implementation of this operator in ZPL, we demonstrate performance comparable to the hand-coded Fortran + MPI versions of the NAS FT and CG benchmarks. Categories and Subject Descriptors D.3.2 [Programming Languages]: Language Classifications—concurrent, distributed and parallel languages General Terms Languages Keywords parallel programming, gather, scatter, array languages, ZPL
Steven J. Deitz, Bradford L. Chamberlain, Sung-Eun
Added 05 Jul 2010
Updated 05 Jul 2010
Type Conference
Year 2003
Where PPOPP
Authors Steven J. Deitz, Bradford L. Chamberlain, Sung-Eun Choi, Lawrence Snyder
Comments (0)