Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] Fortran integration with SDM debugger status

Without going into too much detail, the way the SDM was designed requires each datatype to be converted into an internal format called AIF. If the conversion code does not understand the datatype then it’s likely to result in the problems you’re seeing. Unfortunately, adding support for new datatypes is non-trivial, and depending on the type, may require changes to the Eclipse plugin code as well as the SDM.

There were plans at one point to simplify this architecture but it was never completed, so unfortunately I don’t really have any other suggestions about how to fix the problem. The only options would be to modify the code as mentioned, remove the AIF code and simplify the architecture, or to use a different debugger, such as the CDT debugger. I’d be happy to provide guidance on how to do any of these, but you would need to do the work yourself.

Regards,
Greg

On Feb 4, 2015, at 10:33 AM, victor sv <victorsv@xxxxxxxxx> wrote:

Hello all developers,

i'm very interested to include Eclipse for Parallel Application Developers in the workflow of my team. As I reflected in a mail to the users list and in a bug that I reported, it seem that there are some problems when debugging fortran parallel programs with SDM:

http://dev.eclipse.org/mhonarc/lists/ptp-user/msg03000.html
https://bugs.eclipse.org/bugs/show_bug.cgi?id=458831

I would like to know if i'm doing something wrong or it's really a bug. In such case, are there any plans to correct this bug?

Thanks for your attention,
best regards,
Víctor.
_______________________________________________
ptp-dev mailing list
ptp-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/ptp-dev


Back to the top