Re: Parallel debugging

2009-07-30 Thread Roland Smith
On Wed, Jul 29, 2009 at 09:04:47PM -0400, Daniel Underwood wrote: Thanks for the reply. I should have said that I'm also interested in profilers. I have limited experience (in Linux) using gprof and valgrind. gprof is part of the base system. Valgrind is available in ports, but only for the

Re: Parallel debugging

2009-07-30 Thread Daniel Underwood
Valgrind is rather hopeless on fbsd for multithreaded programs Interesting. Thanks for the note. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to

Re: Parallel debugging

2009-07-30 Thread Nikolaj Thygesen
Roland Smith wrote: gprof is part of the base system. Valgrind is available in ports, but only for the i386 architecture. Roland Unfortunately, Valgrind is rather hopeless on fbsd for multithreaded programs. I had to resort to using Ubuntu when Valgrinding. N :o)

Parallel debugging

2009-07-29 Thread Daniel Underwood
I'm programming a multithreaded scientific program using pthreads and c++. Currently The model is SMP, but may investigate MMP using MPI in the future. Can anyone suggest a good debugger and possibly an associated GUI? (E.g., gdb and ddd.) Along the same lines, are there any free solutions

Re: Parallel debugging

2009-07-29 Thread Roland Smith
On Wed, Jul 29, 2009 at 12:58:19PM -0400, Daniel Underwood wrote: I'm programming a multithreaded scientific program using pthreads and c++. Currently The model is SMP, but may investigate MMP using MPI in the future. Can anyone suggest a good debugger and possibly an associated GUI? (E.g.,

Re: Parallel debugging

2009-07-29 Thread Daniel Underwood
Thanks for the reply. I should have said that I'm also interested in profilers. I have limited experience (in Linux) using gprof and valgrind. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To