Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-user] Running OpenMPI Remotely

Zou Yuanbin,

The most common reason you get this message from the debugger is that the "debugger session address" (on the "Debug" tab of the launch configuration) has not been set correctly. This must be the address of the machine running Eclipse as seen from the machine running the debugger (if they are different). The complicating factor is that if you're using remote tools and you have the "multiplexing options" set to "use port forwarding", the "debugger session address" should be "localhost". You may also need to set the "GatewayPorts" option to "yes" in your /etc/sshd_config file depending on your system configuration.

I have not seen the RDT conflicts you describe. Would you be able to provide step-by-step instructions on how to reproduce the problem?

Regards,

Greg


On Dec 15, 2008, at 7:53 AM, 邹园斌 wrote:

Hi, Greg
Thanks so much. Now I can launch the application using remote tools
now, while the debug process still hang with a dialog like this:
Progress Information
Debugger has started, waiting for connection...

However, I found some problem which shows that maybe RDT conflicts
with RSE in some way. When I install
CDT(cdt-master-5.0.2-I200810310802), then
PTP(ptp-master-2.1.0-I200811031726) without RDT, then I can connect to
reomte host with rdt-server-linux-1.0 with date 200811031726.
Continuely, I start to install RDT in the same RSE zip file. After the
installation, I can not connect to the remote host correctly. It seems
the connection has be established because while I browse the files
such as "My Home" and "Root", the process of "Fetching children of *:"
is 100% finished. Then the treeview has nothing to show all along,
then after some time it showes either "File '.' not found" or "Empty
list". Then I uninstall the RDT, I can connect to the remote host
correctly again.
When I install PTP and RDT in one time, the result is the same.
RSE is installed from the Ganymede update site, and the operation
system is Windows XP.
Last week I succeeded with PTP and RDT installed separately, and it
worked, while after some time it failed again in the same way.
The linux version seems work very well.
Is there any advise? Thanks

Regards
Zou Yuanbin

2008/12/11 Greg Watson <g.watson@xxxxxxxxxxxx>:
Hi,

Please try using a remote tools connection to launch the application. The easiest way to do this is create a new resource manager, then select "Remote Tools" as the remote service provider. Let me know if you can launch using
that.

Greg

On Dec 10, 2008, at 2:31 AM, 邹园斌 wrote:

After I tried a lot of times, now I am able to use
PTP(ptp-master-2.1.0-I200811031726) and RDT with inside and
CDT(cdt-master-5.0.2-I200810310802) and RSE in the Ganymede update
site, with Eclipse Version: 3.4.0 Build id: I20080617-2000, to creat,
open, close remote projects. And with a makefile I could compile the
source codes. Then when I tried to run and debug the project, I found
the process seemed hang up with the output as follows:

Last login: Wed Dec 10 15:17:43 2008 from 10.0.0.243
cd /root/workspace2

echo $PWD'>'
[root@test239 ~]# cd /root/workspace2
[root@test239 workspace2]#
[root@test239 workspace2]# echo $PWD'>
'
/root/workspace2>
[root@test239 workspace2]#


I used two rse connections, just following instruction of Greg, one
Linux type and one Ssh-only type.
Is there anybody who has the same experience or any advise for me?

Thanks so much.
Regards
Zou Yuanbin
_______________________________________________
ptp-user mailing list
ptp-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-user

_______________________________________________
ptp-user mailing list
ptp-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-user

_______________________________________________
ptp-user mailing list
ptp-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-user



Back to the top