From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24448 invoked by alias); 6 Oct 2009 20:39:18 -0000 Received: (qmail 24438 invoked by uid 22791); 6 Oct 2009 20:39:17 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00 X-Spam-Check-By: sourceware.org Received: from web36804.mail.mud.yahoo.com (HELO web36804.mail.mud.yahoo.com) (209.191.85.55) by sourceware.org (qpsmtpd/0.43rc1) with SMTP; Tue, 06 Oct 2009 20:39:12 +0000 Received: (qmail 92942 invoked by uid 60001); 6 Oct 2009 20:39:10 -0000 Message-ID: <521289.91772.qm@web36804.mail.mud.yahoo.com> Received: from [82.181.99.11] by web36804.mail.mud.yahoo.com via HTTP; Tue, 06 Oct 2009 13:39:10 PDT Date: Tue, 06 Oct 2009 20:39:00 -0000 From: Daniel Qarras Subject: Re: MPI debugging support in GDB? To: gdb@sourceware.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2009-10/txt/msg00118.txt.bz2 Hi! Now that GDB 7.0 with multi-process support is out (thanks to everyone involved!) I started to wonder does it pave way to MPI support in GDB in any way? I would presume it to be a prerequisite but does anyone happen to know what it would take in practise to make that happen (let's say, with OpenMPI)? --- On Sat, 9/29/07, Daniel Qarras wrote: > From: Daniel Qarras > Subject: MPI debugging support in GDB? > To: gdb@sourceware.org > Date: Saturday, September 29, 2007, 10:58 AM > > What is the current status for debugging MPI applications with GDB? If > this is already possible/doable is there some documentation > available? If this not possible are there any plans to implement > this? Thanks!