I'm looking for some info on environment variables wrt condor jobs. I
know about the ability to "getenv" such that the submitter's environment
can be copied to the machine that runs the job. But in the case that I
do not set getenv, how are variables set on the machine that runs the
job? In my pool, I see different behavior on different machines, and I
cannot determine why. On some machines, the job picks up the path from
the execute machine, but on other machines it does not pick up the
path. Any ideas? Also, what if I want to force a job to pick up a
certain variable on the execute machine? Is there a way to specify that
requirement?