Hi, I guess you could use <envinronment> in a job description file but I'm not sure how it work with old GRAM.
See http://www.globus.org/toolkit/docs/4.0/execution/wsgram/schemas/gram_job_description.html#element_environment Regards, Silviu Fabian Lueghausen <[EMAIL PROTECTED]> wrote: 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
