Intel® MPI Library
Get help with building, analyzing, optimizing, and scaling high-performance computing (HPC) applications.

mpiexec -idb -n 2 <myprogram> error

____1
初學者
785 檢視

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

0 積分
1 回應
____1
初學者
785 檢視
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?
回覆