- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
the program is compiled by intel fortran compiler 10.1 in linux IA64
program can run , but i can't use idb
when id input "mpiexec -idb -n 2 ./helloword" to my console,
it output : xterm Xt error: Can't open display:
does the idb need Xserver? i only use the console
i debug the program only in console,I doesn't have Xserver
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
use ssh -X ,the idb can startup
but ,
Intel Debugger for applications running on IA-64,Version 10.1-32,Build 20070829
Attaching to program:/usr/bin/python,process 20484
Reading symbols from /usr/bin/python...(no debugging symbols found)...done.
[New Thread 2305843009216633472(LWP 20484)]
continuing
MPIR_Breakpoing () at mtv.c:100
No source file named mtv.c.
doesn't the idb debug my program a.out?
why the program is python?
but ,
Intel Debugger for applications running on IA-64,Version 10.1-32,Build 20070829
Attaching to program:/usr/bin/python,process 20484
Reading symbols from /usr/bin/python...(no debugging symbols found)...done.
[New Thread 2305843009216633472(LWP 20484)]
continuing
MPIR_Breakpoing () at mtv.c:100
No source file named mtv.c.
doesn't the idb debug my program a.out?
why the program is python?
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page