Debugging and profiling: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 16: | Line 16: | ||
Please see [[Gprof | Gprof page]] | Please see [[Gprof | Gprof page]] | ||
== PGI Profiler (Pgprof) == | |||
==Valgrind== | ==Valgrind== | ||
Please see [[Valgrind | Valgrind page]] | Please see [[Valgrind | Valgrind page]] |
Revision as of 17:19, 7 September 2018
This article is a draft
This is not a complete article: This is a draft, a work in progress that is intended to be published into an article, which may or may not be ready for inclusion in the main wiki. It should not necessarily be considered factual or authoritative.
The Compute Canada national clusters offer a variety of debugging and profiling tools, both command line and those with a graphical user interface, whose use requires an X11 connection. Note that debugging sessions should be conducted using an interactive job and not run on the login node.
GNU Debugger (gdb)
Please see GDB page
PGI Debugger (pgdb)
ARM Debugger (ddt)
Please see the ARM software page.
GNU Profiler (gprof)
Please see Gprof page
PGI Profiler (Pgprof)
Valgrind
Please see Valgrind page