20 August 2023 to 2 September 2023
Delta Centre - University of Tartu
Europe/Zurich timezone

Software Design L3: Understanding, Debugging and Profiling a Complex Multithreaded Application

23 Aug 2023, 12:30
1h
Delta Centre - University of Tartu

Delta Centre - University of Tartu

Narva mnt 18, 51009 Tartu Estonia
Lecture

Speaker

Andrei Gheata (CERN)

Description

Dealing with a parallel application is complex. We need to use procedures to rise fences to protect against mistakes, like static analysis tools allowing to find bugs in an automatic way. We also need to use tools to inspect and manipulate the behavior of programs at runtime, like the GDB debugger. Finally, profilers such as igprof can help us understand the performance bottlenecks of an application and get more insight on its efficiency. The objective of this lecture is to become familiar with these tools and be able to apply them in multithreaded programs.

Presentation materials