BSC Training Courses are free of charge.
Course Convener: Xavier Martorell
Course Lecturers: Judit Giménez - Performance Tools - Group Manager
German Llort - Performance Tools - Senior Researcher
Marc Jordà - Accelerators and Communications for High Performance Computing - Research Engineer
Antonio Peña - Accelerators and Communications for High Performance Computing - Senior Researcher
Javier Teruel - Best Practices for Performance and Programmability - Group Coordinator
Xavier Martorell - Programming Models - Parallel programming model - Group Manager
Level: Intermediate: For trainees with some theoretical and practical knowledge, some programming experience.
Advanced: For trainees able to work independently and requiring guidance for solving complex problems.
Attendants can bring their own applications and work with them during the course for parallelization and analysis.
Prerequisites: Fortran, C or C++ programming. All examples in the course will be done in C
Software requirements: Zoom (recommended), SSH client (to connect HPC systems), X Server (enabling remote visual tools).
Objectives: The objectives of this course are to understand the fundamental concepts supporting message-passing and shared memory programming models. The course covers the two widely used programming models: MPI for the distributed-memory environments, and OpenMP for the shared-memory architectures. The course also presents the main tools developed at BSC to get information and analyze the execution of parallel applications, Paraver and Extrae. It also presents the Parallware Assistant tool, which is able to automatically parallelize a large number of program structures, and provide hints to the programmer with respect to how to change the code to improve parallelization. It deals with debugging alternatives, including the use of GDB and Totalview.
The use of OpenMP in conjunction with MPI to better exploit the shared-memory capabilities of current compute nodes in clustered architectures is also considered. Paraver will be used along the course as the tool to understand the behavior and performance of parallelized codes. The course is taught using formal lectures and practical/programming sessions to reinforce the key concepts and set up the compilation/execution environment.
Attendants can bring their own applications and work with them during the course for parallelization and analysis.
Learning Outcomes: The students who finish this course will be able to develop benchmarks and applications with the MPI, OpenMP and mixed MPI/OpenMP programming models, as well as analyze their execution and tune their behaviour in parallel architectures.
Agenda:
Sessions will be in October 14th-18th 2024 from 9:30 – 13:00 and from 14:30 to 17:30 CET with 20’ break in between sessions and 1h30' lunch break - delivered face to face in C6-E101, UPC, Campus Nord Barcelona
Agenda subject to changes
Day 1 (Monday October 14th)
Session 1 / 9:30 – 13:00 (20`rest in between)
1. Introduction to parallel architectures, algorithms design and performance parameters
2. Introduction to the MPI programming model
3. Practical: How to compile and run MPI applications
13:00 - 14:30 Lunch Break
Session 2 / 14:30 – 17:30 (20`rest in between)
1. MPI: Non-blocking communication, collective communication, datatypes
2. Practical: Simple stencil
3. MPI: One-sided communication
Day 2 (Tuesday October 15th)
Session 1 / 9:30 – 13:00 (20`rest in between)
1. MPI: Hybrid Programming with Shared Memory and Accelerators; Non-blocking Collectives, Topologies, and Neighborhood Collectives
2. Practical: One-sided, shared-memory, topologies
13:00 - 14:30 Lunch Break
Session 2 / 14:30 – 17:30 (20`rest in between)
1. Parallel debugging in MareNostrumIII, options from print to Totalview
2. Practical: GDB and IDB
3. Practical: Totalview
4. Practical: Valgrind for memory leaks
Day 3 (Wednesday October 16th)
Session 1 / 9:30 – 13:00 (20`rest in between)
1. Introduction to Paraver: tool to analyze and understand performance
2. Practical: Trace generation and trace analysis
13:00 - 14:30 Lunch Break
Session 2 / 14:30 – 17:30 (20`rest in between)
1. Shared-memory programming models, OpenMP fundamentals
2. Parallel regions and work sharing constructs
3. Synchronization mechanisms in OpenMP
4. Practical: sample parallel and worksharing exercises
Day 4 (Thursday October 17th)
Session 1 / 9:30 – 13:00 (20`rest in between)
1. Worksharing constructs (continued)
2. OpenMP Tasking
3. Practical: Worksharing and Tasking
13:00 - 14:30 Lunch Break
Session 2 / 14:30 – 17:30 (20`rest in between)
1. Parallware Codee: guided parallelization
2. Practical session with Codee examples
Day 5 (Friday October 18th)
Session 1 / 9:30 – 13:00 (20`rest in between)
1. Introduction to the OmpSs-2 programming model
2. Practical: cholesky, matrix multiplication, axpy, dot-product
13:00 - 14:30 Lunch Break
Session 2 / 14:30 – 17:30 (20`rest in between)
1. Programming using a hybrid MPI/OmpSs approach and TAMPI
2. Practical: heat equation example and n-body examples
END OF COURSE