Difference between revisions of "Debugging by Stefan Radl"

From OpenFOAM Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 +
[[category:programming]]
 
* '''contributor''': Stefan Radl
 
* '''contributor''': Stefan Radl
 
* '''affiliation''': Technische Universität Graz, Austria
 
* '''affiliation''': Technische Universität Graz, Austria

Revision as of 05:12, 12 October 2017

Go back to Day 2.

Serial Debugging

  • Valgrind is a very useful tool to identify memory leaks, as well as other bugs.
  • gdb is a widely used debugger.

Accessing Parallel Performance and Debugging

  • The HPCToolkit is a powerful tool when improving parallel performance, or during identification of algorithmic bugs.