TotalView
TotalView is a source- and machine-level debugger with support for Fortran, C, C++, OpenMP, MPI, and threads.
Installed on: Pople.
Pople version
Usage
- Compile your code using the -g option. Instructions for the various compilers are found in the pople document.
- Start an interactive job.
Be sure to set up an X-11
connection when you start the interactive job.
qsub -X -I -l ncpus=x -l walltime=xx:xx -q debug
- Load the Totalview module.
module load totalview
- Start Totalview.
totalview ./executable