Skip to main content
SHARE
Publication

Programmability of the HPCS Languages: A Case Study with a Quantum Chemistry Kernel...

by Aniruddha G Shet, Wael R Elwasif, Robert J Harrison, David E Bernholdt
Publication Type
Conference Paper
Book Title
Parallel and Distributed Processing, 2008. IPDPS 2008. IEEE International Symposium on
Publication Date
Page Numbers
1 to 8
Conference Name
International Parallel and Distributed Processing Symposium (IPDPS)
Conference Location
Miami, Florida, United States of America
Conference Date
-

As high-end computer systems present users with rapidly increasing numbers of processors, possibly also incorporating attached co-processors, programmers are increasingly challenged to express the necessary levels of concurrency with the dominant parallel programming model, Fortran+MPI+OpenMP (or minor variations). In this paper, we examine the languages developed under the DARPA High-Productivity Computing Systems (HPCS) program (Chapel, Fortress, and X10) as representatives of a different parallel programming model which might be more effective on coming high-performance systems. The application used in this study is the Hartree-Fock method from quantum chemistry, which combines access to distributed data with a task-parallel algorithm and is characterized by significant irregularity in the computational tasks. We present several different implementation strategies for load balancing of the task parallel computation, as well as distributed array operations, in each of the three languages. We conclude that the HPCS languages provide a wide variety of mechanisms for expressing parallelism, which can be combined at multiple levels, making them quite expressive for this problem.