Title :
Implementation and Performance Evaluation of XcalableMP: A Parallel Programming Language for Distributed Memory Systems
Author :
Lee, Jinpil ; Sato, Mitsuhisa
Author_Institution :
Grad. Sch. of Syst. & Inf. Eng., Univ. of Tsukuba, Tsukuba, Japan
Abstract :
Although MPI is a de-facto standard for parallel programming on distributed memory systems, writing MPI programs is often a time-consuming and complicated process. XcalableMP is a language extension of C and Fortran for parallel programming on distributed memory systems that helps users to reduce those programming efforts. XcalableMP provides two programming models. The first one is the global view model, which supports typical parallelization based on the data and task parallel paradigm, and enables parallelizing the original sequential code using minimal modification with simple, OpenMP-like directives. The other one is the local view model, which allows using CAF-like expressions to describe inter-node communication. Users can even use MPI and OpenMP explicitly in our language to optimize performance explicitly. In this paper, we introduce XcalableMP, the implementation of the compiler, and the performance evaluation result. For the performance evaluation, we parallelized HPCC Benchmark in XcalableMP. It shows that users can describe the parallelization for distributed memory system with a small modification to the original sequential code.
Keywords :
C language; FORTRAN; application program interfaces; distributed memory systems; message passing; parallel programming; program compilers; C language; CAF-like expressions; Fortran; MPI program writing; OpenMP-like directives; XcalableMP; distributed memory systems; internode communication; local view model; parallel programming language; performance evaluation; program compiler; sequential code; Arrays; Benchmark testing; Data models; Parallel processing; Parallel programming; Synchronization; High Performance Computing; Parallel Programming Language;
Conference_Titel :
Parallel Processing Workshops (ICPPW), 2010 39th International Conference on
Conference_Location :
San Diego, CA
Print_ISBN :
978-1-4244-7918-4
Electronic_ISBN :
1530-2016
DOI :
10.1109/ICPPW.2010.62