Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-user] debug code in Eclipse with MPI support
  • From: Fan Li <f.li@xxxxxxxxxx>
  • Date: Fri, 31 Jul 2020 20:12:23 +0000
  • Accept-language: en-GB, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=qmul.ac.uk; dmarc=pass action=none header.from=qmul.ac.uk; dkim=pass header.d=qmul.ac.uk; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=nZ1B8hbYu16sDs3Km0Q8qbQuPq6S2yZkiYYHVL3tEEc=; b=NjMJy72OZdB1TNtq1QNy7HsNq1+tTJwA0t7rIIe5rukcZMVDg04G67eGvQRlbOpoXhmU4XbWViBLWkkKG7XxebefgbnWKuqM3QnKxo582RP6tcVx3DOBDIH71V6O8csEYZLMFzaMoXPaMd7wXZqYXtMe/SUyO1C68yh/lqU3G0jHqbgHmTrDcYOStyzNmCS0ABMCop9TYvlfyqfuE0d1SZtYPRRGDVbeoHsZdKd0M4y7Xgu64FLdr77Gd2+JmMBzcczXyOpWfzbfhkpjosJ4WsJZQeDCz2rlK+MHFEqEbWPIgqKYAYfaENyTf68y5fR1HwjUednwE6RIzzGzklEo9Q==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=Mw5OoXj0nJup/lUlzYtTZ5g7gxORn5zQS4FZLPVrs6s1EReLJ/d8LKX5b1E6t2sxUwuOCsFZU3U9jF78UrMY2qkWtuiNBJvDGmBokmiicyFS2llWSxeXVISZuR9qTvHmR9S4xMRZbPziQ7qhI/P0cB3OXd6Z91YIyTwc7yHymnjMzTFiIz5hcJU1ziCkPTVegC4SBFv6L4QfKSXu6HhqVv9HrU3vjstb+/0MuwtMEaq2cHZTL19MRCL+VfzPRQV3bKjgx8/rVtSzbnsB55Y22+YdMYwstXKP+0yp/rjwcjgyKJ3sRLBD6QDy9IXXoQ+dD7vr2OQbej5b0B9LjACa4w==
  • Delivered-to: ptp-user@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/ptp-user>
  • List-help: <mailto:ptp-user-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/ptp-user>, <mailto:ptp-user-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/ptp-user>, <mailto:ptp-user-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHWYM/WSoP2KqeoCEGIufrsRJTqNakh0YkAgABVong=
  • Thread-topic: [ptp-user] debug code in Eclipse with MPI support

The below pic shows the line 60 in gmx.cpp.

I stepped into this function and found that the code actually is stuck at the line 535 which is a line in subroutine of "manager.run"




And the error message is different from before


But those lines are the functions of the open-source software which I did not change at all. 

Thanks for your help.

Best wishes


Fan Li

School of Engineering and Materials Science
Queen Mary University of London
London E1 4NS
United Kingdom


From: ptp-user-bounces@xxxxxxxxxxx <ptp-user-bounces@xxxxxxxxxxx> on behalf of Beth R Tibbitts <beth@xxxxxxxxxx>
Sent: 31 July 2020 15:47
To: PTP User list <ptp-user@xxxxxxxxxxx>
Subject: Re: [ptp-user] debug code in Eclipse with MPI support
 
Can't see line 60 in your source view of gmx.cpp, which is where the error says it occurs. Can you expand the src view a bit to see the code there and right before?
...Beth
Beth Tibbitts (yeah, I'm still PTP lurking now and then.)


On Thu, Jul 23, 2020 at 5:11 AM Fan Li <f.li@xxxxxxxxxx> wrote:
Dear users

I am using the "eclipse for scientific computing" and want to debug a programme with MPI support.

The programme can run in terminal with mpi in this way

mpirun -np 4 gmx_mpi mdrun -s diff.tpr -c diff.gro -ntomp 1

Accordingly, I set the debug configure as below






After I start debugging, there is no out put from the console and no variable values are displayed.

The below screen shot after debugging



Could you tell me what is wrong?

Best wishes


Fan Li

School of Engineering and Materials Science
Queen Mary University of London
London E1 4NS
United Kingdom

_______________________________________________
ptp-user mailing list
ptp-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/ptp-user

Back to the top