Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [Condor-users] Condor submit and environment variables
- Date: Mon, 21 Feb 2005 16:30:13 -0500
- From: "Ian Chesal" <ICHESAL@xxxxxxxxxx>
- Subject: RE: [Condor-users] Condor submit and environment variables
> I was trying to submit a test program (writing out environment
> variables) on my local computer (linux system, Red Hat). But
> the output was empty, the environment variables they are not set!
> So is it not possible to use the variables that already are
> set in my environment (in the bash)? How to do that? Is there some
>
> Thanks for suggestions
> Alexander
>
> P.S. I don't want to set ALL environment variables by hand in
> the submit file since that will bee too many variables and it
> looks very ugly.
You can export your entire environment quickly and easily by adding:
getenv = True
To your submission ticket. See:
http://www.cs.wisc.edu/condor/manual/v6.7/condor_submit.html
For more details.
- Ian