Skip to content
Snippets Groups Projects
total-view.md 5.13 KiB

Total View

##TotalView is a GUI-based source code multi-process, multi-thread debugger.

License and Limitations for Anselm Users

On Anselm users can debug OpenMP or MPI code that runs up to 64 parallel processes. These limitation means that:

    1 user can debug up 64 processes, or
    32 users can debug 2 processes, etc.

Debugging of GPU accelerated codes is also supported.

You can check the status of the licenses here:

    cat /apps/user/licenses/totalview_features_state.txt

    # totalview
    # -------------------------------------------------
    # FEATURE                       TOTAL   USED  AVAIL
    # -------------------------------------------------
    TotalView_Team                     64      0     64
    Replay                             64      0     64
    CUDA                               64      0     64

Compiling Code to run with TotalView

Modules