LIBKOMP, an efficient openMP runtime system for both fork-join and data flow paradigms

  • Authors:
  • François Broquedis;Thierry Gautier;Vincent Danjean

  • Affiliations:
  • MOAIS Team, LIG, INPG, Grenoble, France;MOAIS Team, LIG, INRIA, Grenoble, France;MOAIS Team, LIG, UJF, Grenoble, France

  • Venue:
  • IWOMP'12 Proceedings of the 8th international conference on OpenMP in a Heterogeneous World
  • Year:
  • 2012

Quantified Score

Hi-index 0.00

Visualization

Abstract

To efficiently exploit high performance computing platforms, applications currently have to express more and more finer-grain parallelism. The OpenMP standard allows programmers to do so since version 3.0 and the introduction of task parallelism. Even if this evolution stands as a necessary step towards scalability over shared memory machines holding hundreds of cores, the current specification of OpenMP lacks ways of expressing dependencies between tasks, forcing programmers to make unnecessary use of synchronization degrading overall performance. This paper introduces libKOMP, an OpenMP runtime system based on the X-Kaapi library that outperforms popular OpenMP implementations on current task-based OpenMP benchmarks, but also provides OpenMP programmers with new ways of expressing data-flow parallelism.