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.