Skip to main content



      Home
Home » Newcomers » Newcomers » Eclipse for Scientific Computing 2022-23 doesn't support SDM
Eclipse for Scientific Computing 2022-23 doesn't support SDM [message #1851080] Sun, 27 March 2022 10:01 Go to next message
Eclipse UserFriend
The latest version of Eclipse for Scientific Computing claims to have an 'in-built' parallel debugger-SDM but to me it seems that there is none or it is no more supported, which is quite unfortunate.

Infact I'm able to create and run a parallel C++ application by going to the "run configuration" . However when I do the same with "debug comfiguration", I get an error saying: "/usr/local/bin/sdm" not found.

Although it is clear that in the latest version of eclipse it should not look for this path because as per the latest update the SDM parallel debugger is already installed within. Interestingly, if I go to the "software update" in "HELP" tab, I can see that the SDM is already installed but even then eclipse looks for this path: "/usr/local/bin/sdm".

Any help will be tremendously appreciated.

Thanks,
Re: Eclipse for Scientific Computing 2022-23 doesn't support SDM [message #1851095 is a reply to message #1851080] Mon, 28 March 2022 02:26 Go to previous messageGo to next message
Eclipse UserFriend
I'm not sure the best place to ask a question about this. You could open a bug here:

https://bugs.eclipse.org/bugs/enter_bug.cgi?product=EPP

Or you could ask on the mailing list:

https://accounts.eclipse.org/mailing-list/epp-dev
Re: Eclipse for Scientific Computing 2022-23 doesn't support SDM [message #1854078 is a reply to message #1851080] Sun, 31 July 2022 15:32 Go to previous messageGo to next message
Eclipse UserFriend
Hello.

I'm going to open a bug report for this.

But meanwhile I got it working (at least for local connections).

Just go into ~/.p2/pool/plugins/ and extract

org.eclipse.ptp.debug.sdm_9.4.1.202108312239.jar
org.eclipse.ptp.proxy_9.4.1.202108312239.jar
org.eclipse.ptp.utils_9.4.1.202108312239.jar

somewhere. Each one inside a directory named after the jar.
So you'll end up with

sdm_build
|------org.eclipse.ptp.debug.sdm_9.4.1.202108312239
|------org.eclipse.ptp.proxy_9.4.1.202108312239
|------org.eclipse.ptp.utils_9.4.1.202108312239

Then cd into org.eclipse.ptp.debug.sdm_9.4.1.202108312239 and run sh BUILD
After that run make
And you should have a sdm file inside the bin folder. Copy it to /usr/local/bin/ or somewhere else (just remember to update the location in eclipse settings)

Hope that helps.
Re: Eclipse for Scientific Computing 2022-23 doesn't support SDM [message #1857968 is a reply to message #1854078] Wed, 08 March 2023 13:10 Go to previous messageGo to next message
Eclipse UserFriend
Have there been any update in this matter?

I tried the workaround, but I still get an error message "PTPDebugCorePlugin Debug Configuration Error"
Re: Eclipse for Scientific Computing 2022-23 doesn't support SDM [message #1857969 is a reply to message #1854078] Wed, 08 March 2023 13:12 Go to previous messageGo to next message
Eclipse UserFriend
Have there been any update in this matter?

I did the workaround and I still receive the error message "PTPDebugCorePlugin Debug Configuration Error"
Re: Eclipse for Scientific Computing 2022-23 doesn't support SDM [message #1857977 is a reply to message #1857969] Thu, 09 March 2023 02:00 Go to previous messageGo to next message
Eclipse UserFriend
If no one opened a bug nor asked on a more specific channel then it's unlikely anything will happen...
Re: Eclipse for Scientific Computing 2022-23 doesn't support SDM [message #1858026 is a reply to message #1857977] Sat, 11 March 2023 12:18 Go to previous message
Eclipse UserFriend
I found the bug here. but there is no update
Previous Topic:MariaDB JDBC driver
Next Topic:Transactions not working in eclipselink
Goto Forum:
  


Current Time: Mon May 12 18:03:55 EDT 2025

Powered by FUDForum. Page generated in 0.08328 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top