Skip to content
David Rebatto edited this page May 19, 2017 · 4 revisions

HTCondor specific attributes

condor_use_queue_as_sched

Values: 'yes' or 'no'
When set to yes, the queue argument is used with -name option in all the condor commands (condor_submit, condor_rm, etc.). If the queue argument is in the form "A/B", it gets split at the '/' character.The A part is used for the -name option, and the B one with the -pool option (only necessary if using a different central manager than CONDOR_HOST).
When this parameter is set to yes, the queue argument must match exactly the full schedd name. The full name can be obtained with the command condor_status -schedd -af Name.

Clone this wiki locally