dc.contributor
Universitat Politècnica de Catalunya. Departament d'Arquitectura de Computadors
dc.contributor
Barcelona Supercomputing Center
dc.contributor
Universitat Politècnica de Catalunya. CAP - Grup de Computació d'Altes Prestacions
dc.contributor.author
Maroñas Bravo, Marcos
dc.contributor.author
Teruel García, Xavier
dc.contributor.author
Bull, J. Mark
dc.contributor.author
Ayguadé Parra, Eduard
dc.contributor.author
Beltran Querol, Vicenç
dc.identifier
Maroñas, M. [et al.]. Evaluating worksharing tasks on distributed environments. A: IEEE International Conference on Cluster Computing. "2020 IEEE International Conference on Cluster Computing: 14–17 September 2020, Kobe, Japan: proceedings". Institute of Electrical and Electronics Engineers (IEEE), 2020, p. 69-80. ISBN 978-1-7281-6677-3. DOI 10.1109/CLUSTER49012.2020.00017.
dc.identifier
978-1-7281-6677-3
dc.identifier
https://hdl.handle.net/2117/332463
dc.identifier
10.1109/CLUSTER49012.2020.00017
dc.description.abstract
©2020 IEEE. Personal use of this material is permitted. Permission from IEEE must be obtained for all other uses, in any current or future media, including reprinting/republishing this material for advertising or promotional purposes,creating new collective works, for resale or redistribution to servers or lists, or reuse of any copyrighted component of this work in other works.
dc.description.abstract
Hybrid programming is a promising approach to exploit clusters of multicore systems. Our focus is on the combination of MPI and tasking. This hybrid approach combines the low-latency and high throughput of MPI with the flexibility of tasking models and their inherent ability to handle load imbalance. However, combining tasking with standard MPI implementations can be a challenge. The Task-Aware MPI library (TAMPI) eases the development of applications combining tasking with MPI. TAMPI enables developers to overlap computation and communication phases by relying on the tasking data-flow execution model. Using this approach, the original computation that was distributed in many different MPI ranks is grouped together in fewer MPI ranks, and split into several tasks per rank. Nevertheless, programmers must be careful with task granularity. Too fine-grained tasks introduce too much overhead, while too coarse-grained tasks lead to lack of parallelism. An adequate granularity may not always exist, especially in distributed environments where the same amount of work is distributed among many more cores. Worksharing tasks are a special kind of tasks, recently proposed, that internally leverage worksharing techniques. By doing so, a single worksharing task may run in several cores concurrently. Nonetheless, the task management costs remain the same than a regular task. In this work, we study the combination of worksharing tasks and TAMPI on distributed environments using two well known mini-apps: HPCCG and LULESH. Our results show significant improvements using worksharing tasks compared to regular tasks, and to other state-of-the-art alternatives such as OpenMP worksharing.
dc.description.abstract
This project is supported by the European Union’s Horizon 2020 Research and Innovation programme under grant agreement No.s 754304 (DEEP-EST) and 823767 (PRACE), the Ministry of Economy of Spain through the Severo Ochoa Center of Excellence Program (SEV-2015-0493), by the Spanish Ministry of Science and Innovation (contract PID2019-107255GB) and by the Generalitat de Catalunya (2017-SGR1481). The work has been performed under the Project HPCEUROPA3 (INFRAIA-2016-1-730897), with the support of the EC Research Innovation Action under the H2020 Programme; in particular, the author gratefully acknowledges the support of Dr Mark Bull (EPCC) and the computer resources and technical support provided by EPCC.
dc.description.abstract
Peer Reviewed
dc.description.abstract
Postprint (author's final draft)
dc.format
application/pdf
dc.publisher
Institute of Electrical and Electronics Engineers (IEEE)
dc.relation
https://ieeexplore.ieee.org/abstract/document/9229574
dc.relation
info:eu-repo/grantAgreement/MINECO//TIN2015-65316-P/ES/COMPUTACION DE ALTAS PRESTACIONES VII/
dc.relation
info:eu-repo/grantAgreement/EC/H2020/754304/EU/DEEP/DEEP-EST
dc.relation
info:eu-repo/grantAgreement/EC/H2020/823767/EU/PRACE 6th Implementation Phase Project/PRACE-6IP
dc.relation
info:eu-repo/grantAgreement/MINECO//SEV-2015-0493/ES/BARCELONA SUPERCOMPUTING CENTER - CENTRO. NACIONAL DE SUPERCOMPUTACION/
dc.subject
Àrees temàtiques de la UPC::Informàtica::Arquitectura de computadors
dc.subject
Multiprocessors -- Programming
dc.subject
Hybrid-Programming
dc.subject
Performance-Analysis
dc.subject
Multiprocessadors -- Programació
dc.title
Evaluating worksharing tasks on distributed environments
dc.type
Conference report