Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [HTCondor-users] Windows: Non-standard installation + config path
- Date: Fri, 19 Feb 2016 12:58:23 -0500
- From: Ben Cotton <ben.cotton@xxxxxxxxxxxxxxxxxx>
- Subject: Re: [HTCondor-users] Windows: Non-standard installation + config path
Well, it looks like LOCAL_CONFIG_FILE might be a little special (just
based on the behavior), which I guess shouldn't surprise me. Since
you're using 8.2, you should be able to use a conditional in your
config file: http://research.cs.wisc.edu/htcondor/manual/v8.2/3_3Configuration.html#SECTION00431700000000000000
Something like (untested):
if $ENV(CONDOR_CUSTOM_CONFIG) =!= Undefined
LOCAL_CONFIG_FILE = $ENV(CONDOR_CUSTOM_CONFIG)
else
LOCAL_CONFIG_FILE = C:\condor\condor_config.local
endif
Or you might consider using the condor_urlfetch command to grab
configuration from a centrally-managed web server:
http://research.cs.wisc.edu/htcondor/manual/v8.2/condor_urlfetch.html
Thanks,
BC
--
Ben Cotton
Cycle Computing
Better Answers. Faster.
http://www.cyclecomputing.com
twitter: @cyclecomputing