Hey list !
I've got a question concerning the environment variables used when
executing the globus-job-run command.
When submitting a job from my local machine "mertens" to a remote
machine "ingrid", the remote machine is always using my local
environment variables (wherefore...)
For example:
[EMAIL PROTECTED] ~]$ *globus-job-run ingrid /bin/echo $VARIABLE*
VARIABLE: Undefined variable.
[EMAIL PROTECTED] ~]$ setenv VARIABLE "hello world!"
[EMAIL PROTECTED] ~]$ globus-job-run ingrid /bin/echo $VARIABLE
hello world!
[EMAIL PROTECTED] ~]$
This becomes a problem while a want to start a programm whose runtime
environment variables should be defined on the remote machine because
they differ from the ones which should be used on my local machine...
So my question: Is there any way to set some variables on the remote
machine?
Great *thanks* for all your answers!
Fabian