[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Condor-users] group with and without domain name



Hello,

we configured the negotiator to set GROUP_QUOTA and the
GROUP_PRIO_FACTOR, e.g.:

GROUP_NAMES=GPU
GROUP_PRIO_FACTOR_GPU =1.0
GROUP_QUOTA_GPU =4

The domain is set to 
UID_DOMAIN=test.atlas.local

A user puts into the submit file:

+AccountingGroup = "GPU"

After submitting I observe the following priorities:


# condor_userprio  -allusers -all
Last Priority Update:  6/27 16:59
                                    Effective   Real     Priority   Res   Total Usage       Usage            Last      
User Name                           Priority  Priority    Factor    Used (wghted-hrs)    Start Time       Usage Time   
------------------------------      --------- -------- ------------ ----  ----------- ---------------- ----------------
GPU                                      0.50     0.50         1.00    0         0.00  1/01/1970 01:00        ???    
GPU@xxxxxxxxxxxxxxxx                   508.60     0.51      1000.00    8         0.32  6/27/2011 17:00  6/27/2011 17:02
:


The negotiator log shows
06/27/11 17:03:07 Group GPU - starvation= 1.79769e+308 (0/0)  prio= 0.5
06/27/11 17:03:07 Group GPU - skipping, zero slots allocated
06/27/11 17:03:07 group quotas: Group <none>  allocated= 8  usage= 8
06/27/11 17:03:07 group quotas: Group GPU  allocated= 0  usage= 0

It seems that on the negotiator side a group with the name GPU has been
created.  Another group GPU@domainname has been created after submitting the
job. The latter is being used. 

I'd like to handle one group. Is there a way to do it consistently with the
domain name or without the it?

The negotiator config syntax does not allow adding the domain name to the group
name.

Any ideas?

Thank you and cheers,
Henning