Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 14:01 Go to next message
Shambhavi Nandan is currently offline Shambhavi NandanFriend
Messages: 1
Registered: March 2022
Junior Member
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 06:26 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33142
Registered: July 2009
Senior Member
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


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: Eclipse for Scientific Computing 2022-23 doesn't support SDM [message #1854078 is a reply to message #1851080] Sun, 31 July 2022 19:32 Go to previous messageGo to next message
Eduardo Ribeiro is currently offline Eduardo RibeiroFriend
Messages: 1
Registered: July 2022
Junior Member
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 18:10 Go to previous messageGo to next message
Amr AL-Hossary is currently offline Amr AL-HossaryFriend
Messages: 3
Registered: July 2009
Junior Member
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 18:12 Go to previous messageGo to next message
Amr AL-Hossary is currently offline Amr AL-HossaryFriend
Messages: 3
Registered: July 2009
Junior Member
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 07:00 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33142
Registered: July 2009
Senior Member
If no one opened a bug nor asked on a more specific channel then it's unlikely anything will happen...

Ed Merks
Professional Support: https://www.macromodeling.com/
Re: Eclipse for Scientific Computing 2022-23 doesn't support SDM [message #1858026 is a reply to message #1857977] Sat, 11 March 2023 17:18 Go to previous message
Amr AL-Hossary is currently offline Amr AL-HossaryFriend
Messages: 3
Registered: July 2009
Junior Member
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: Fri Apr 26 19:32:57 GMT 2024

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

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

Back to the top