Difference between revisions of "Webinar 2021 Introduction to Eclipse Part 3 - Debugging MPI code"

From SHARCNETHelp
Jump to navigationJump to search
(Created page with "This is a continuation of the series on Eclipse. In this seminar, we will continue the tutorial on debugging MPI code using Eclipse. We will demonstrate the ability to set bre...")
 
(No difference)

Latest revision as of 17:20, 17 December 2021

This is a continuation of the series on Eclipse. In this seminar, we will continue the tutorial on debugging MPI code using Eclipse. We will demonstrate the ability to set breakpoints and control program executions - single step, resume, etc. - across an arbitrary set of MPI ranks. We will also show that one can get into individual rank to see more detailed information about the process state, variables, etc.