Difference between revisions of "Debuggers"

From Cluster Documentation Project
Jump to: navigation, search
(added ddd and padb)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 +
* [http://padb.pittman.org.uk/ padb] is a Job Inspection Tool for examining and debugging parallel programs, primarily it simplifies the process of gathering stack traces on compute clusters however it also supports a wide range of other functions. Padb supports a wide range of parallel environments and it's likely it'll work out-of-the-box on your cluster. It's an open source, non-interactive, command line, script-able tool intended for use by programmers and system administrators alike.
 +
* [http://www.gnu.org/software/ddd/ GNU DDD] is a graphical front-end for command-line debuggers such as GDB, DBX, WDB, Ladebug, JDB, XDB, the Perl debugger, the bash debugger bashdb, the GNU Make debugger remake, or the Python debugger pydb. This is not a parallel debugger, but rather a front end to the popular gdb debugger.
 +
 +
 
Here are some links to the general topic of debugging with respect to clusters at [http://www.ncsa.uiuc.edu NCSA] that may be generally useful.  The pages provide an overview of available debuggers and debugging tools.  Detailed examples with further documentation can be found by selecting links within the pages:
 
Here are some links to the general topic of debugging with respect to clusters at [http://www.ncsa.uiuc.edu NCSA] that may be generally useful.  The pages provide an overview of available debuggers and debugging tools.  Detailed examples with further documentation can be found by selecting links within the pages:
  
Line 6: Line 10:
  
 
[http://www.ncsa.uiuc.edu/UserInfo/Resources/Hardware/SGIAltix/Doc/Debug.html SGI Altix linux cluster debugging information]
 
[http://www.ncsa.uiuc.edu/UserInfo/Resources/Hardware/SGIAltix/Doc/Debug.html SGI Altix linux cluster debugging information]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
<div  style="display:none">
 
[l_sp_11]
 
[http://pharmacy.mliii.info/azit.htm antibiotic zithromax]
 
[http://pharmacy.mliii.info/bzit.htm buy zithromax]
 
[http://pharmacy.mliii.info/zitzp.htm zithromax z pack]
 
[http://pharmacy.mliii.info/atenolol.htm atenolol]
 
[http://pharmacy.mliii.info/atense.htm atenolol side effects]
 
[http://pharmacy.mliii.info/atenwg.htm atenolol weight gain]
 
[http://pharmacy.mliii.info/Norvasc.htm Norvasc]
 
[http://pharmacy.mliii.info/norse.htm norvasc side effects]
 
[http://pharmacy.mliii.info/norvasc5mg.htm norvasc 5mg]
 
[http://pharmacy.mliii.info/Levothyroxine.htm Levothyroxine]
 
[http://pharmacy.mliii.info/levosodi.htm levothyroxine sodium]
 
[http://pharmacy.mliii.info/levorec.htm levothyroxine recall]
 
[http://pharmacy.mliii.info/Synthroid.htm Synthroid]
 
[http://pharmacy.mliii.info/synthse.htm synthroid side effects]
 
[http://pharmacy.mliii.info/syntawg.htm synthroid and weight gain]
 
[http://pharmacy.mliii.info/paroxetine.htm paroxetine]
 
[http://pharmacy.mliii.info/parohcl.htm paroxetine hcl]
 
[http://pharmacy.mliii.info/paroh.htm paroxetine hydrochloride]
 
[http://pharmacy.mliii.info/gab.htm gabapentin]
 
[http://pharmacy.mliii.info/apogab.htm apo gabapentin]
 
[http://pharmacy.mliii.info/gab300.htm gabapentin 300mg]
 
[http://pharmacy.mliii.info/Leva.htm Levaquin]
 
[http://pharmacy.mliii.info/leva500.htm levaquin 500mg]
 
[http://pharmacy.mliii.info/levant.htm levaquin antibiotic]
 
</div>
 

Latest revision as of 21:15, 14 July 2009

  • padb is a Job Inspection Tool for examining and debugging parallel programs, primarily it simplifies the process of gathering stack traces on compute clusters however it also supports a wide range of other functions. Padb supports a wide range of parallel environments and it's likely it'll work out-of-the-box on your cluster. It's an open source, non-interactive, command line, script-able tool intended for use by programmers and system administrators alike.
  • GNU DDD is a graphical front-end for command-line debuggers such as GDB, DBX, WDB, Ladebug, JDB, XDB, the Perl debugger, the bash debugger bashdb, the GNU Make debugger remake, or the Python debugger pydb. This is not a parallel debugger, but rather a front end to the popular gdb debugger.


Here are some links to the general topic of debugging with respect to clusters at NCSA that may be generally useful. The pages provide an overview of available debuggers and debugging tools. Detailed examples with further documentation can be found by selecting links within the pages:

ia32 linux cluster debugging information

ia64 Itanium linux cluster debugging information

SGI Altix linux cluster debugging information