You want to run a program that is trying to open up an Xwindow on the client's desktop? You're going to need to setup xauth and DISPLAY to allow it, and preferably route it over some kind of secure connection. I'm not sure that remote X apps are a good fit for GRAM4. Depending on what you're actually trying to do, though, you might look into remote steering and visualization applications, which allow client-side control of very large simulation jobs.

Charles

On Sep 28, 2007, at 1:01 AM, Binh Nguyen wrote:

Hi everyone,
I intend to submit and run the a program (exp: gedit), using globusrun-ws as follows:

$globusrun-ws  -submit -f job.rsl

with the content of job.rsl:
<job>
   <executable>/usr/bin/gedit</executable>
   <directory>${GLOBUS_USER_HOME}</directory>
   <stdout>${GLOBUS_USER_HOME}/tmp/stdout</stdout>
   <stderr>${GLOBUS_USER_HOME}/tmp/stderr</stderr>
</job>

glbusrun-ws runs well, but gedit can not run, and the content of stdout is always:

cannot open display:
Run '/usr/bin/gedit --help' to see a full list of available command line options

Any one can help me to submit and run this kind of program.
Thank you
Binh.


Reply via email to