Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[HTCondor-users] Python bindings for Negotiator / Ceiling
- Date: Mon, 21 Jun 2021 16:08:35 +0200
- From: Bert DeKnuydt <Bert.DeKnuydt@xxxxxxxxxxxxxxxx>
- Subject: [HTCondor-users] Python bindings for Negotiator / Ceiling
Dear Condorians,
Is there any Python way to get/set the 'Ceiling' setting from
condor_user_prio?
I have something like:
for user in htcondor.Negotiator().getPriorities():
print user
Where I get usage and priorities back (11 items per user), but no
mention of
anything 'Ceiling'.
Do I miss something or is the binding still absent? This is 9.0.1 btw.
Greetings, Bert.