Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] Condor 7.1: Parsing configuration settings from env variables
- Date: Mon, 21 Apr 2008 16:07:06 +0100
- From: "Kewley, J \(John\)" <j.kewley@xxxxxxxx>
- Subject: Re: [Condor-users] Condor 7.1: Parsing configuration settings from env variables
> Off the top of my head, I'm not sure about the answer to your
> question.
> However, there is a way to test:
>
> env _CONDOR_<MACRO>=VALUE condor_config_val <MACRO>
>
> That will set <MACRO> in the environment and test with
> condor_config_val what value the configuration parser
> actually assigns to it.
>
> --Dan
I was going to suggest using "strings condor_submit | grep CONDOR" on
Linux and
feeding the results one at a time into Dan's env line above.
Unfortunately strings doesn't produce what I had hoped.
Maybe it'd be easier to look in the code.
JK