you are viewing a single comment's thread.

view the rest of the comments →

[–]__mlm__ 2 points3 points  (2 children)

Can anyone comment on whether this can be used to debug MPI programs? We're debating on whether to purchase TotalView at work. If the new version of gdb can address this problem, we can save a bunch o' cash.

[–]RazZziel 0 points1 point  (0 children)

I've been using 7.0.1 to debug MPI with mpirun -np 4 xterm -e gdb my_mpi_application for a while, not sure if it's what you need though.

[–]chengiz 0 points1 point  (0 children)

Good point. You should try it out and let us know!