ExCALIBUR Task Parallelism Workshop (ICCS)
Future supercomputing architectures are expected to exhibit unprecedented hardware parallelism. This parallelism has to be “harvested” on the software side. Traditional, global, loop-based parallelism and notably the bulk-synchronous/BSP paradigm are insufficient, and developers might have to go back to the drawing board and uncover alternatives to equip their code with higher concurrency. Task-based parallelism is one tool to write such new, highly concurrent software. It phrases programs as sequence of steps including their causal dependencies, but leaves the decision what (aka which task), when and where to execute a task to a task runtime.
The crosscutting ExCALIBUR project on Exposing Parallelism – Task Parallelism aims to develop a data-driven taskification toolset and workflow, to investigate task features that are missing within mainstream tasking approaches, and to establish taskification training and an experience exchange landscape.
This Workshop
This workshop aims to bring researchers, research software engineers and vendors together to discuss the current state of the art, issues, experiences and ideas for tasking in research software.
The workshop takes place on June 21, 2022, at Brunel University, London, UK, and is co-located with the ICCS – International Conference on Computational Science 2022. It can be attended either as part of the conference or individually.
Registration: https://www.iccs-meeting.org/iccs2022/co-located-events/ (tab at the bottom of the page)
For any questions, please contact Marion Weinzierl.
Workshop Agenda
(Sessions 6G and 7G on the ICCS agenda.)
14.50 | Welcome | Tobias Weinzierl |
14.55 | Talk: Overview of the Tasking Parallelism project | Cristian Barrera-Hinojosa |
15.15 | Software demo of taskification simulator API | Adam Tuft |
15.30 | Questions and discussion | |
15.40 | Talk: Tasks in the OpenMP API | Michael Klemm (AMD) |
16.00 | Talk: Task based programming in OneAPI: C++, SYCL, TBB, OpenMP | Andrew Mallinson (Intel) |
16.20 | Questions and discussion | |
16.30 | Break | |
17.00 | Talk: Accelerating applications using ISO standard C++ | Gonzalo Brito Gadeschi (NVIDIA) |
17.20 | Questions and discussion | |
17.25 | Group discussions: issues with tasks from the participants own projects, what would we need/expect from a taskification tool, lessons learned, ideas | |
18.10 | Report-back from group discussions | |
18.30 | Project Outlook, Training and Workshops | Tobias Weinzierl |
18.40 | End |
- Took me and two kids an afternoon to build this fake lego set. But eventually we did succeed. Peano, ExaHyPE, ... all are hosted on LRZ's gitlab and free to download.
- Congratulations to the compute centre next to my alma mater for Blue Lion.
- One of my favourite application domains (of which I understand next to nothing but for which I write software tools) combines proper science with fantastic pictures: sites.google.com/view/uknr/home Happy to join this club! https://sites.google.com/view/uknr/home
- Congratulations to all of our students who participated in the #CIUK student cluster challenge. Well done everybody
- Thanks to Codeplay for acknowledging the opportunity to test and port their #SYCL compiler to NVidia GH on Durham's machines. #CIUK