Accounting Groups are the way that HTCondor can assign resources out to schedds/jobs via claims.
They work based on pie-spin and can be specified as either dynamic fractions or whole numbers.
1. The recommendation is that you add the accounting groups in a new file within /etc/condor/config.d/. As both condor_config and condor_config.local can be overridden by rpm/condor upgrade.
2. The accounting group can be specified in the job submit file using accounting_group = ââ. However thereâs no direct concept of group membership for accounting-groups. People usually solve this with SUBMIT_ATTRS on the schedd or by checking membership with a SUBMIT_REQUIREMENT.
3. You could make the START _expression_ for the machine an _expression_ of whether the accounting group.
e.g.
START = (target.AccountingGroup =?= âgroup_target.user.groupâ)
Cheers, Iain
> _______________________________________________
> On Jun 1, 2016, at 22:38, Marc Jackson - NOAA Affiliate <marc.jackson@xxxxxxxx> wrote:
>
> Hello All,
>
> I am very new to HTCondor. I am attempting to understand how the accounting groups work. I have a few questions for anyone that can assist me:
>
> 1. Do the accounting groups have to be added to the condor_config.local file on the Master node?
> 2. Is there ANY way to add users to the accounting groups?
> 3. Is there a way to assign machines to the accounting groups?
>
> Thanks in advance to anyone that can give me some assistance. I really appreciate this!
> 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/
_______________________________________________
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/