[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [HTCondor-users] Configuration Macro list for HTCondor Templates?



Hi,

You can useÂcondor_config_val use flag.
for example:
$ condor_config_val use role
use ROLE accepts
 CentralManager
 Execute
 Personal
 Submit

$ condor_config_val use role:personal Â
use ROLE:Personal is
CONDOR_HOST=127.0.0.1
COLLECTOR_HOST=$(CONDOR_HOST):0
DAEMON_LIST=MASTER COLLECTOR NEGOTIATOR STARTD SCHEDD
RunBenchmarks=0

and yes, any other macro changed after will override the template value.
Ido

On Tue, Jun 30, 2020 at 1:13 AM Wesley Taylor <wesley.taylor@xxxxxxxxxxx> wrote:
Hey all,

I was wondering if someone could point me to the list of macros (and their assigned values) associated with each template described in: https://htcondor.readthedocs.io/en/stable/admin-manual/configuration-templates.html#configuration-templates

I was also wondering, if I use a template, but I later in the config file assign a macro a different value, will that override the template's value for the same macro?

Thanks!
Wes

Wesley Taylor â Cluster Manager
Numerica Corporation (www.numerica.us)
5042 Technology Parkway #100
Fort Collins, Colorado 80528
âï (970) 207 2233
ð wesley.taylor@xxxxxxxxxxx


_______________________________________________
HTCondor-users mailing list
To unsubscribe, send a message to htcondor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/htcondor-users

The archives can be found at:
https://lists.cs.wisc.edu/archive/htcondor-users/


--
Ido