4th POP Webinar - Using OpenMP Tasking

Monday 4 December 2017 - 14:00 GMT | 15:00 CET

With the increasing prevalence of multi-core processors, shared-memory programming models are essential. OpenMP is a popular, portable, widely supported and easy-to-use shared-memory model. Since version 3.0, released in 2008, OpenMP offers tasking to support the creation of composable parallel software blocks and the parallelization of irregular algorithms. However, the tasking concept requires a change in the way developers reason about the structure of their code and hence expose the parallelism of it. In this webinar, we will give an overview about the OpenMP tasking language features and performance aspects, such as introducing cut-off mechanisms and exploiting task dependencies.

REGISTER HERE

About the Presenters

Dr Christian Terboven is a Senior Scientist and HPC Group Manager at RWTH Aachen University. Dr Terboven's research interests center around Parallel Programming and related software engineering aspects. Dr Terboven has been involved in the analysis, tuning and parallelization of several large-scale simulation codes for various architectures. He is a member of the OpenMP Language Committee and leads the Affinity subcommittee. He is responsible for several research projects in the area of programming models and approaches to improve the productivity and efficiency of modern HPC systems. He also currently works on the EU Performance Optimisation and Productivity (POP) project.

Dr Dirk Schmidl works as a member of the HPC Group at RWTH Aachen University. Dr Schmidl's research interests are in the field of performance analysis and optimization with a focus on applications for large shared memory systems. He has participated in the OpenMP Language Committee, to help standardize the OpenMP programming model, for several years. Currently, he works on the EU Performance Optimisation and Productivity (POP) project.