On 08/18/2017 06:06 AM, Hervà Lemaitre
wrote:
What's happening here is that the line environment = submit=foo Sets the environment variable for the job when it runs on the worker node. $ENV(subject) Gets the environment from the submit machine at the time condor_submit is run, and put it into the job ad. I think that if you changed your executable to /usr/bin/env, and removed the arguments line, you'd see the enviroment variables available to the job. -greg |