Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [HTCondor-users] Accounting Groups
- Date: Thu, 23 Apr 2020 11:19:25 -0500
- From: Gregory Thain <gthain@xxxxxxxxxxx>
- Subject: Re: [HTCondor-users] Accounting Groups
On 4/23/20 10:46 AM, rmorgan466@xxxxxxxxx wrote:
Hi.
I was wondering if there were any advancements on how to manage
account groups. Each user will have an accounting group in my setup. I
want to explicitlyÂset the number of jobs a user can run. I don't want
a user to use another accounting group. If a user runs without an
accounting group, their jobs shouldn't run. Is this possible?
With schedd transforms, the schedd can now automatically assign an
accounting group to a user based on a mapping file the admin sets up.Â
Some details are given here, though we hope to improve the documentation:
https://htcondor.readthedocs.io/en/latest/admin-manual/policy-configuration.html?highlight=usermap#job-transforms
-greg