Open Access. Powered by Scholars. Published by Universities.®

Physical Sciences and Mathematics Commons

Open Access. Powered by Scholars. Published by Universities.®

Computer Sciences

UNLV Theses, Dissertations, Professional Papers, and Capstones

Theses/Dissertations

2013

C# (Computer program language)

Articles 1 - 1 of 1

Full-Text Articles in Physical Sciences and Mathematics

The Distributed Application Debugger, Michael Quinn Jones May 2013

The Distributed Application Debugger, Michael Quinn Jones

UNLV Theses, Dissertations, Professional Papers, and Capstones

Developing parallel programs which run on distributed computer clusters introduces additional challenges to those present in traditional sequential programs. Debugging parallel programs requires not only inspecting the sequential code executing on each node but also tracking the flow of messages being passed between them in order to infer where the source of a bug actually lies.

This thesis focuses on a debugging too called The Distributed Application Debugger which targets a popular distributed C programming library called MPI (Message Passing Interface). The tool is composed of multiple components which run together seamlessly to provide its users an effective way to …