vix.ing · top · new · best · stats · spec

Experiences with task-based programming using cluster nodes as OpenMP devices

2022/05/21 by Ilias Keftakis, Keftakis, Ilias, Vassilios V. Dimakopoulos +1
Computer Science · #Cloud Computing and Resource Management #Distributed #Distributed systems and fault tolerance #FOS: Computer and information sciences #Parallel #Software System Performance and Reliability #and Cluster Computing (cs.DC)

paper · pdf · doi:10.48550/arxiv.2205.10656

openalex publication_date 2022/05/21 · openalex created_date 2025/10/10 · openalex updated_date 2026/07/28

Abstract

Programming a distributed system, such as a cluster, requires extended use of low-level communication libraries and can often become cumbersome and error prone for the average developer. In this work, we consider each node of a cluster as a separate OpenMP device, able to run code with OpenMP directives in parallel. We make use of the OpenMP device model to provide an easy and intuitive way to program available cluster nodes. Based on that, we examine modifications that were necessary to make existing task-based applications able to exploit such an infrastructure. Finally, we evaluate the performance of the system and conclude that one can gain significant speedup, as long as the application tasks do not produce excessive communication overheads.

Related