Page tree

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Contents

Debugging for Parallel MPI programs is much different from transitional memory debug for serial programs. This is because the non-deterministic nature of all parallel programs. Therefore, it is essential to obtain knowledge of both message queues for debugging MPI programs and stack trace for memory examination.   

On NCI compute systems, the following two debug/inspection tools are installed:

Padb

See the details at https://opus.nci.org.au/display/Help/Padb.

TotalView

See the details at https://opus.nci.org.au/display/Help/TotalView.

  • No labels