- https://www.esiwace.eu/training/trainings/bsc-training-course-heterogeneous-programming-on-gpus-with-mpi-ompss
- BSC Training Course: Heterogeneous Programming on GPUs with MPI & OmpSs
- 2024-03-20T00:00:00+01:00
- 2024-03-21T23:59:59+01:00
- The tutorial will motivate the audience on the need for portable, efficient programming models that put less pressure on program developers while still getting good performance for clusters and clusters with GPUs.
Mar 20, 2024
to
Mar 21, 2024
(Europe/Berlin / UTC100)
Objectives
The tutorial will motivate the audience on the need for portable, efficient programming models that put less pressure on program developers while still getting good performance for clusters and clusters with GPUs.
More specifically, the tutorial will:
- Introduce the hybrid MPI/OmpSs parallel programming model for future exascale systems
- Demonstrate how to use MPI/OmpSs to incrementally parallelize/optimize:
- MPI applications on clusters of SMPs, and
- Leverage CUDA kernels with OmpSs on clusters of GPUs
Requirements
Prerequisites:
Good knowledge of C/C++
Basic knowledge of CUDA/OpenCL
Basic knowledge of Paraver/Extrae