DocumentCode
2958535
Title
Productive Programming of GPU Clusters with OmpSs
Author
Bueno, Javier ; Planas, Judit ; Duran, Alejandro ; Badia, Rosa M. ; Martorell, Xavier ; Ayguadé, Eduard ; Labarta, Jesús
Author_Institution
Barcelona Supercomput. Center, Barcelona, Spain
fYear
2012
fDate
21-25 May 2012
Firstpage
557
Lastpage
568
Abstract
Clusters of GPUs are emerging as a new computational scenario. Programming them requires the use of hybrid models that increase the complexity of the applications, reducing the productivity of programmers. We present the implementation of OmpSs for clusters of GPUs, which supports asynchrony and heterogeneity for task parallelism. It is based on annotating a serial application with directives that are translated by the compiler. With it, the same program that runs sequentially in a node with a single GPU can run in parallel in multiple GPUs either local (single node) or remote (cluster of GPUs). Besides performing a task-based parallelization, the runtime system moves the data as needed between the different nodes and GPUs minimizing the impact of communication by using affinity scheduling, caching, and by overlapping communication with the computational task. We show several applications programmed with OmpSs and their performance with multiple GPUs in a local node and in remote nodes. The results show good tradeoff between performance and effort from the programmer.
Keywords
cache storage; graphics processing units; parallel programming; pattern clustering; program compilers; scheduling; GPU clusters; OmpSs; affinity scheduling; caching; compiler; computational task; local node; overlapping communication; productive programming; remote nodes; runtime system; serial application annotation; task parallelism asynchrony; task parallelism heterogeneity; task-based parallelization; Coherence; Computer architecture; Graphics processing unit; Kernel; Message systems; Programming; Runtime; Cluster programming; GPGPU computing; OpenMP; accelerators;
fLanguage
English
Publisher
ieee
Conference_Titel
Parallel & Distributed Processing Symposium (IPDPS), 2012 IEEE 26th International
Conference_Location
Shanghai
ISSN
1530-2075
Print_ISBN
978-1-4673-0975-2
Type
conf
DOI
10.1109/IPDPS.2012.58
Filename
6267858
Link To Document