Difference between revisions of "TotalView"

From PHASTA Wiki
Jump to: navigation, search
(Created page with "We currently have an evaluation license of the TotalView graphical/parallel debugger. Please give it a try and let Ben know if you have any problems ==Running== soft add +tot...")
(No difference)

Revision as of 16:34, 2 May 2014

We currently have an evaluation license of the TotalView graphical/parallel debugger. Please give it a try and let Ben know if you have any problems

Running

 soft add +totalview-8.13.0
 mpirun -tv -np 1 your_program

ReplayEngine/Reverse Debugging

 mpirun -mca mpool_rdma_rcache_size_limit 1 -x IBV_FORK_SAFE=1 -x LD_PRELOAD=/usr/local/toolworks/totalview.8.13.0-0/linux-x86-64/lib/undodb_infiniband_preload_x64.so -tv -np 1 your_program

(see the TotalView user's guide for more information)