Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [HTCondor-users] JOB_TRANSFORM
- Date: Mon, 21 Nov 2016 15:18:13 +0100 (CET)
- From: Francesco Prelz <Francesco.Prelz@xxxxxxxxxx>
- Subject: Re: [HTCondor-users] JOB_TRANSFORM
On Mon, 21 Nov 2016, Cristina Bulfon wrote:
Ciao,
we are using hierarchical group quota and we would also like to have a default group quota.
When users donÿÿt specify AcctGroup in their submission file the Scheduler adds it, as far as we understand
this can be done using JOB_TRANSFORM but it doesnÿÿt work, following our schedd configuration
Ciao Cristina,
According to the release notes:
http://research.cs.wisc.edu/htcondor/manual/latest/10_2Development_Release.html
this feature was just added in v8.5.7, the latest development release.
What version of Condor are you using ?
With previous versions you can define a catch-all value for the
AccountingGroup attribute (I believe this is the attribute that gets
eventually defined when an accounting group is picked in the submit file)
by setting SUBMIT_ATTRS in your config file:
SUBMIT_ATTRS = AccountingGroup
AccountingGroup = resource.t2atlas_local.long
Hope this helps.
Francesco Prelz
INFN - Milan
JOB_TRANSFORM_NAMES = DefaultGroup
JOB_TRANSFORM_DefaultGroup = [ \
Requirements = AcctGroup =?= undefined ;\
set_AcctGroup = ÿÿresource.t2atlas_local.longÿÿ ;\
]
the job are not using the group ÿÿresource.t2atlas_local.longÿÿ but the use the default priority.
Any help is appreciated.
Thanks
cristina
_______________________________________________
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/
--