@inproceedings{c2348825c0904167b3410b92c1af651b,
title = "The impact of taskyield on the design of tasks communicating through MPI",
abstract = "The OpenMP tasking directives promise to help expose a higher degree of concurrency to the runtime than traditional worksharing constructs, which is especially useful for irregular applications. In combination with process-based parallelization such as MPI, the taskyield construct in OpenMP can become a crucial aspect as it helps to hide communication latencies by allowing a thread to execute other tasks while completion of the communication operation is pending. Unfortunately, the OpenMP standard only provides little guarantees on the characteristics of the taskyield operation. In this paper, we explore different potential implementations of taskyield and present a portable black-box tool for detecting the actual implementation used in existing OpenMP compilers/runtimes. Furthermore, we discuss the impact of the different taskyield implementations on the task design of the communication-heavy Blocked Cholesky Factorization and the difference in performance that can be observed, which we found to be over 20 \%.",
keywords = "Blocked Cholesky Factorization, Hybrid MPI/OpenMP, OmpSs, OpenMP tasks, Task-yield",
author = "Joseph Schuchart and Keisuke Tsugane and Jos{\'e} Gracia and Mitsuhisa Sato",
note = "Publisher Copyright: {\textcopyright} Springer Nature Switzerland AG 2018.; 14th International Workshop on OpenMP, IWOMP 2018 ; Conference date: 26-09-2018 Through 28-09-2018",
year = "2018",
doi = "10.1007/978-3-319-98521-3\_1",
language = "English",
isbn = "9783319985206",
series = "Lecture Notes in Computer Science (including subseries Lecture Notes in Artificial Intelligence and Lecture Notes in Bioinformatics)",
publisher = "Springer Verlag",
pages = "3--17",
editor = "Pedro Valero-Lara and Bellido, \{Sergi Mateo\} and Xavier Martorell and Jesus Labarta and \{de Supinski\}, \{Bronis R.\}",
booktitle = "Evolving OpenMP for Evolving Architectures - 14th International Workshop on OpenMP, IWOMP 2018, Proceedings",
}