TotalView User Guide
:
Part IV: Advanced Tools, Configuration, and Customization
:
Setting Up Parallel Debugging Sessions
:
Debugging UPC Programs
: Invoking TotalView
Invoking TotalView
The way in which you invoke TotalView on a UPC program is straight-forward. However, this procedure depends on the parallel technology you are using. Here are a couple of examples:
For Quadrics RMS:
totalview prun -a
prog_upc_args
For MPICH and LAM
totalview mpirun -a -np 2
prog_upc_args