Difference between revisions of "Webinar 2021 Debugging your code with DDT"

From SHARCNETHelp
Jump to navigationJump to search
(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...")
 
(No difference)

Latest revision as of 11:37, 22 April 2021

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 .