Week 4 learning goals During this week, you’ll learn about Finding bugs in MPI code using a debugger, Exploring data in MPI code, Debugging OpenMP code, Debugging hybrid MPI/OpenMP code, …
Week 3 learning goals During this week, you’ll learn about Finding bugs in serial code using a debugger, Advanced debugger features, Best practices for debugging code, Verifying code at runtime …
Week 2 learning goals During this week, you’ll learn about Unit testing, Code coverage tools, Using the compiler to warn about suspicious code, Static code analysers.