> Message: 3 > Date: Sun, 30 Nov 2008 19:10:35 -0500 > From: Manav Bhatia <[EMAIL PROTECTED]> > Subject: [Libmesh-users] debugging of mpi applications > To: [email protected] > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes > > Hi > > What is your group's opinion on debugging tools for MPI > applications? Anyone has any experience with Eclipse with Parallel > Tools Platform? > > Thanks > Manav > > >
Never tried Eclipse with Parallel Tools Platform. I like command line debuggers like gdb and idb. You have to start one gdb/idb per mpi process though. I usually make the code stall so I have time to attach gdb/idb... df ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
