Software Development Tools
From ScorecWiki
(Difference between revisions)
Revision as of 18:14, 18 August 2010 Weisse (Talk | contribs) (→GDB) ← Previous diff |
Revision as of 18:14, 18 August 2010 Weisse (Talk | contribs) (→GDB) Next diff → |
||
Line 3: | Line 3: | ||
== [[GDB]]== | == [[GDB]]== | ||
C, C++. FORTRAN, etc.. debugging tool. | C, C++. FORTRAN, etc.. debugging tool. | ||
- | |||
- | [[gdb | SCOREC Wiki Page]] | ||
==Totalview== | ==Totalview== |
Revision as of 18:14, 18 August 2010
The purpose of this page is to give an overview of very useful software development tools available.
Contents |
GDB
C, C++. FORTRAN, etc.. debugging tool.
Totalview
It is a much 'fancier' debugger then GDB. Has a GUI and parallel capabilities.
Valgrind
Memory debugging tool.
GProf
Program performance analysis and profiling tool.