Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-user] SDM seems unable to start GDB

Hi Greg,

actually, there is no console output I could send to you. Neither in the shell 
where eclipse is started from, nor in the console tab for the mpi application 
inside of eclipse (display combined output is selected in the debug 
configuration) is any output at all.

What might help to locate the problem is the output of ps -ef | grep sdm:
ck        7080  6887  0 17:42 pts/2    00:00:00 
/home/ck/libraries/Intel/openmpi/bin/mpirun -mca orte_show_resolved_nodenames 
1 -xml -display-map -np 4 -host localhost 
/home/ck/eclipse/plugins/org.eclipse.ptp.debug.sdm_2.1.2.200905110828/sdm --
port=60467 --host=localhost --debugger=gdb-mi --debugger_path=/usr/bin/gdb
ck        7107  7104  0 17:42 ?        00:00:00 
/home/ck/eclipse/plugins/org.eclipse.ptp.debug.sdm_2.1.2.200905110828/sdm --
port=60467 --host=localhost --debugger=gdb-mi --debugger_path=/usr/bin/gdb
ck        7108  7104  0 17:42 ?        00:00:00 
/home/ck/eclipse/plugins/org.eclipse.ptp.debug.sdm_2.1.2.200905110828/sdm --
port=60467 --host=localhost --debugger=gdb-mi --debugger_path=/usr/bin/gdb
ck        7109  7104  0 17:42 ?        00:00:00 
/home/ck/eclipse/plugins/org.eclipse.ptp.debug.sdm_2.1.2.200905110828/sdm --
port=60467 --host=localhost --debugger=gdb-mi --debugger_path=/usr/bin/gdb
ck        7110  7104  0 17:42 ?        00:00:00 
/home/ck/eclipse/plugins/org.eclipse.ptp.debug.sdm_2.1.2.200905110828/sdm --
port=60467 --host=localhost --debugger=gdb-mi --debugger_path=/usr/bin/gdb

So the correct number of sdm instances are running, but no gdm and no instance 
of the actual mpi program.
Regards

Christoph



Back to the top