Skip to content

Job priority setting for production users and individual users #5909

Answered by fstagni
zhangxiaomei asked this question in Q&A
Discussion options

You must be logged in to vote

Hi Xiaomei,
the documentation for job sharing and task queues is, I am afraid, incomplete.

You can set a different job shares depending on the user's group that runs the jobs: https://github.com/DIRACGrid/DIRAC/blob/integration/src/DIRAC/WorkloadManagementSystem/DB/TaskQueueDB.py#L1336

E.g. in LHCb (where we actually give higher shares to users) we have:

   lhcb_user  # All LHCb users
   {
      Users = aaa
      ...
      Users += zzz
      Properties = NormalUser
      Properties += PrivateLimitedDelegation
      Quota = 2000
      VOMSRole = /lhcb/Role=user
      JobShare = 10000

    }
    ....
    lhcb_mc  # this is for MonteCarlo simulations
    {
      Users = ...
      Properties …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@zhangxiaomei
Comment options

Answer selected by fstagni
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants