1836561 Members
2140 Online
110102 Solutions
New Discussion

mpi debug

 
Tim Guidotti
New Member

mpi debug

I'm using HP MPI and trying to debug using gdb. I set the MPI_FLAGS variable to egdb and have allowed X display to my exceed work station. I am trying run two processes on each of two processors. When I start the debug session using mpirun I get one debug window for each of the two processes for the primary host but nothing from the remote host. Apparently DISPLAY is not properly set on the remote host.

How do I get remsh to set DISPLAY on the remote host?

Any help is appreciated.