Main Navigation

Secondary Navigation

Page Contents

Contents

TotalView

TotalView is a commercial debugging software provided by RogueWave Software for HPC. With TotalView you may debug many processes and threads in a single window to get complete control over program execution. It supports reverse debugging and concurrent environments like OpenMP, MPI, CUDA.

RHRK has licensed TotalView for debugging 32 processes simultaneously. In its simplest form, it is available on Elwetritsch after

module add totalview/latest
totalview
and requires a graphical output device.
  1. Introduction to main features
  2. Diving and Visualizing Data
  3. Using Watchpoints
  4. Examing a Core File
  5. Memory Debugging with Memscape
  6. Attach to a Running Process
  7. OpenMP Programs
  8. MPI Programs
  9. Not Covered