I am launch a program with a GUI interface, How do i redirect the GUI to the
machine i issued mpirun on ?
Thanks
Xin
I am using 1.4.3. I send the sigterm from a python script. Then I wait, the
processes do not terminate until i keep pressing enter on the keyboard.
Thanks
Xin
On Fri, Sep 30, 2011 at 10:10 PM, Ralph Castain wrote:
> Sigterm should work - what version are you using?
> Ralph
>
> Sent from my iP
Often you set the environment variable DISPLAY to any display you like.
Export environment variables with "mpirun -x DISPLAY".
On 10/2/2011 5:32 AM, Xin Tong wrote:
I am launch a program with a GUI interface, How do i redirect the GUI
to the machine i issued mpirun on ?