Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-user] SDM doesn't find the source code

Christoph,

Sorry, no asm view.

The debugger is dependent on how gdb handles the executable. If gdb can debug an executable compiled with the Intel compiler, then it should be ok. I'd suggest trying gdb from the command line with one process to see if it works. Also check that the executable is compiled with debug symbols enabled.

Regards,
Greg


On Nov 12, 2013, at 11:06 AM, Christoph Pospiech <Christoph.Pospiech@xxxxxxxxxx> wrote:

Hi,
my synchronized setup looks like this -
local: Linux Ubuntu 64-bit + OpenMPI + GNU compiler
remote: RedHat Linux 64-bit + IBM PE + Intel compiler

 

I try to use SDM on the remote side, setting a break point and proceed all MPI ranks to this break point. The execution suspends, but the the source code view shows
* one tab with the correct source code hello_par.c 
marking the line 11 with the break point in green
* one tab with header
"1 main() hello_par.c:11 400803"
and window contents "source not found"

 

Does that mean that executables compiled with Intel are not supported ? Or is SDM only confused about the location of the sources. But then I didn't find the place to tell SDM where to look for the sources.

 

And, BTW, is there a source view the assembly code and a way to step through the code Op-code by Op-code ?
--

 

Mit freundlichen Grüßen / Kind regards

 

Dr. Christoph Pospiech
High Performance & Parallel Computing
Phone: +49-351 86269826
Mobile: +49-171-765 5871
-------------------------------------------------------------------------------------------------------------------------------------------
IBM Deutschland GmbH / Vorsitzender des Aufsichtsrats: Martin Jetter
Geschäftsführung: Martina Koederitz (Vorsitzende), Reinhard Reschke, Dieter Scholz, Gregor Pillen, Christian Noll, Ivo Koerner
Sitz der Gesellschaft: Ehningen / Registergericht: Amtsgericht Stuttgart, HRB 14562 / WEEE-Reg.-Nr. DE 99369940

 

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


Back to the top