Evaluating worksharing tasks on distributed environments

View/Open
Cita com:
hdl:2117/332463
Document typeConference report
Defense date2020
PublisherInstitute of Electrical and Electronics Engineers (IEEE)
Rights accessOpen Access
European Commission's projectDEEP-EST - DEEP (EC-H2020-754304)
PRACE-6IP - PRACE 6th Implementation Phase Project (EC-H2020-823767)
PRACE-6IP - PRACE 6th Implementation Phase Project (EC-H2020-823767)
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.
Description
©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.
CitationMaroñ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.
ISBN978-1-7281-6677-3
Publisher versionhttps://ieeexplore.ieee.org/abstract/document/9229574
Files | Description | Size | Format | View |
---|---|---|---|---|
Maronas et al.pdf | 621,9Kb | View/Open |
All rights reserved. This work is protected by the corresponding intellectual and industrial
property rights. Without prejudice to any existing legal exemptions, reproduction, distribution, public
communication or transformation of this work are prohibited without permission of the copyright holder