Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-user] Re: Error completing debug job launch, Reason

If you can run/debug a job then the nonstandard directory shouldn't be the problem.

The debugger currently assumes the executable is located on a filesystem that is shared across the cluster. It places a routing file in this directory that is read by the debug servers. 

Also, if you are using Remote Tools and have tunneling enabled, make sure the debugger session address is "localhost". If you don't have tunneling enabled, the session address must be the address of the machine running eclipse (and must be visible to all the nodes, not behind a firewall, etc.)

Greg

On Nov 12, 2009, at 4:38 AM, Dušan Orlović wrote:

I want to add that I have installed OpenMPI in nonstandard  directory  /home/username/openmpi .
And I use this command to build smd > http://wiki.eclipse.org/PTP/release_notes/2.0#Troubleshooting
CFLAGS=-I/home/username/openmpi/include LDFLAGS="-L/home/username/openmpi/lib -Wl,-rpath,/home/username/openmpi/lib" sh BUILD
Bye

2009/11/12 Dušan Orlović <orlovics@xxxxxxxx>
Hi,
I succeeds to run parallel application locally, on one node, and it works wonderful.
I can run it with more nodes (different computers), also.
Also, debug works on one node (when I do not put anything in "host list" or "host file").
But I have a problem when I want to debug on more nodes.
Even if I put only localhost on host list, it breaks with a message "Error completing debug job launch, Reason".
What do you think is a problem?


Thanks,
Using linux_x86, PTP 3.0.OpenMPI



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


Back to the top