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

Hi Fan Li,

Have you compiled the application with debugging enabled (i.e. with -g)?

Regards,
Greg

On 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

<Screenshot from 2020-07-22 16-05-53.png>
<Screenshot from 2020-07-22 16-06-02.png>
<Screenshot from 2020-07-22 16-06-06.png>


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

The below screen shot after debugging

<Screenshot from 2020-07-22 16-18-27.png>

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