Hi,
I'm trying to define a rule in order to make the PREEMPTION_REQUIREMENTS work.
I'm still consider myself as a new baby when it comes to condor.
PREEMPTION_REQUIREMENTS = ((SubmitterGroupQuota =!= UNDEFINED && (SubmitterGroupResourcesInUse < SubmitterGroupQuota)) && ((RemoteGroupQuota=?=UNDEFINED) || (RemoteGroupResourcesInUse > RemoteGroupQuota)))
However I can't make it work
Is there any way to query the SubmitterGroupResourcesInUse or RemoteGroupQuota attributes while the system is running?
Thanks
Sassy