Webinar 2021 Debugging your code with DDT

From SHARCNETHelp
Revision as of 12:37, 22 April 2021 by Syam (talk | contribs) (Created page with "DDT is a powerful serial/parallel code debugger which is installed on Graham cluster. In this webinar I will cover the basics of debugging using this tool, from simple serial...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

DDT is a powerful serial/parallel code debugger which is installed on Graham cluster. In this webinar I will cover the basics of debugging using this tool, from simple serial code debugging, to debugging multithreaded/MPI/CUDA codes, to hybrid parallel code debugging. The example code from the live demo can be downloaded here: https://git.sharcnet.ca/syam/Debugging_exercises .