Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ptp-user] How to build sdm executable

Hi

I just installed eclipse with PTP (updated to 5.0.7) on a new machine.
I can run code with Open MPI without problems (on localhost). Now I
want to launch parallel debugger "sdm" (on localhost). According to
the help page (PTP->Parallel Debugging section):

"""
If you are debugging on the local machine, this path should point to
the sdm executable in your Ecilpse installation's
plugins/org.eclipse.ptp.os.arch_version/bin directory, where
os.arch_version is your operating system (linux, macosx, or aix),
architecture (x86, x86_64, or ppc), and version number of the plugin
(e.g. 5.0.0.201106080812).
"""
But in my eclipse's plugins directory, I see (among other things):

org.eclipse.ptp.linux.x86_64_5.0.5.201202152003.jar
org.eclipse.ptp.linux.x86_64_5.0.7.201203231315.jar

-- only the .jar files but no "directory". What is the procedure to
create the required directory and build sdm from these .jar files?

Thanks,

Shao-Ching


Back to the top