Help us make Indico better by taking this survey! Aidez-nous à améliorer Indico en répondant à ce sondage !

4–17 Sept 2022
AGH University of Science and Technology
Europe/Warsaw timezone

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

15 Sept 2022, 09:00
1h
Lecture Software Engineering

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