TotalView

From PHASTA Wiki
Revision as of 16:34, 2 May 2014 by Matthb2 (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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)