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

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