Difference between revisions of "Webinar 2021 Introduction to Eclipse, Part 2 - Developing and debugging MPI code"

From SHARCNETHelp
Jump to navigationJump to search
(Created page with "Eclipse is an integrated desktop environment for code development and debugging on Linux, Mac OS and Windows. It provides a graphical user interface to compiling and debugging...")
 
(No difference)

Latest revision as of 10:43, 9 September 2021

Eclipse is an integrated desktop environment for code development and debugging on Linux, Mac OS and Windows. It provides a graphical user interface to compiling and debugging a code, with a visual and convenient way of looking at things. As a front end, Eclipse supports a variety of languages. In this seminar, we will focus on C/C++ and Fortran, the two major languages used in HPC, and demonstrate how to use it for developing and debugging MPI code.