Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-user] I have a problem using eclipse ptp debugger

I think you also have to explicitly enable debugging support when you install MPICH2. Check the MPICH2 configure script options.

Regards,
Greg

On Oct 5, 2015, at 2:53 PM, Hossein Aghakhani <aghakhani63@xxxxxxxxx> wrote:

Hello,

Thank you for developing eclipse ptp.

I have a problem in using parallel debugger on my laptop that I wonder if you can help me. I have not any problem in running my code in parallel, but I cannot debug it in parallel. The error that I am getting is "Cannot determine URI for '/ui/mpich/mpiexec.c'". 
The following is the brief description of what I do before using parallel debug:

Debug configuration--> new configuration
Resource tab:
Target System Configuration---> Generic Remote Interactive
Connection type: local
application tab:
project: my_project
application: <path_to_mpirun>/mpirun
Argument tab:
-np 4 -f <path_to_host_list>/myhost <path_to_binary>/<binary_file>
Debugger:
debugger: SDM
path to executable sdm: <path_to_sdm>/sdm

I have to point out that I am using Luna version, but I have tried with Mars as well. I have also downloaded and installed sdm with BUILD.sh successfully.
To make sure that the debugger have access mpiecec.c, I have installed mpich, and compiled my code with this installation. I have also added the path of this mpich into project properties/symbols_and_path

Thank you in advance for your help and consideration.

Regards,
Hossein
_______________________________________________
ptp-user mailing list
ptp-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/ptp-user


Back to the top