Distributed heterogeneous computing with clOpenCL

Clusters of heterogeneous computing nodes provide an opportunity to significantly increase the performance of parallel and High-Performance Computing (HPC) applications, by combining traditional multi-core CPUs coupled with accelerator devices, interconnected by high throughput and low latency netwo...

Full description

Bibliographic Details
Main Author: Ribeiro, Tiago Filipe Rodrigues (author)
Other Authors: Afonso, Mário João da Costa (author), Rufino, José (author), Alves, Albano (author)
Format: conferenceObject
Language:eng
Published: 2014
Subjects:
Online Access:http://hdl.handle.net/10198/10278
Country:Portugal
Oai:oai:bibliotecadigital.ipb.pt:10198/10278
Description
Summary:Clusters of heterogeneous computing nodes provide an opportunity to significantly increase the performance of parallel and High-Performance Computing (HPC) applications, by combining traditional multi-core CPUs coupled with accelerator devices, interconnected by high throughput and low latency networking technologies. However, developing efficient applications to run in clusters that integrate GPUs and other accelerators often requires a great effort, demanding programmers to follow complex development methodologies in order to suit algorithms and applications to the new heterogeneous parallel environment. OpenCL is an open programming standard for heterogeneous computing. It suffers, however, from a major limitation: applications can only make use of the local compute devices, present on a single machine. clOpenCL (cluster OpenCL) supports the simple deployment and efficient running of unmodified OpenCL-based parallel applications that may span several cluster nodes, expanding the original single-node OpenCL model.