Re: [OMPI users] Problem with X forwarding

2008-06-09 Thread Reuti
Hi, Am 09.06.2008 um 18:13 schrieb Dave Grote: I have this same issue from a while ago. Search for "x11 forwarding" in the archives. The solution I settled on is to use the -d option, the debug option. With this option, mpirun will keep the ssh sessions open, and so the X forwarding stays

Re: [OMPI users] Problem with X forwarding

2008-06-09 Thread Dave Grote
I have this same issue from a while ago. Search for "x11 forwarding" in the archives. The solution I settled on is to use the -d option, the debug option. With this option, mpirun will keep the ssh sessions open, and so the X forwarding stays active. Note that you do get lots of debugging out

Re: [OMPI users] Problem with X forwarding

2008-06-04 Thread Allen Barnett
If you are using a recent version of Linux (as machine A), the X server is probably started with its TCP network connection turned off. For example, if you do: $ ps auxw | grep X /usr/bin/Xorg :0 -br -audit 0 -auth /var/gdm/:0.Xauth -nolisten tcp vt7 The "-nolisten tcp" option turns off the X ser

Re: [OMPI users] Problem with X forwarding

2008-06-04 Thread Jeff Squyres
In general, Open MPI doesn't have anything to do with X forwarding. However, if you're using ssh to startup your processes, ssh may configure X forwarding for you (depending on your local system setup). But OMPI closes down ssh channels once applications have launched (there's no need to