Job priority setting for production users and individual users #5909
-
Hi all, I try to set job priority for the JUNO production group and individual users. The purpose is to set higher priority for production jobs than user jobs, eg. production jobs: user jobs = 4:1 even more. According to the guide: If Jobsharing is used for the production group, the total priority between user and production group is something like 1:1. If we need to set more aggressive priority for production jobs, do we need to set "UserPriorities" in production jobs? How is the setting for productions and normal user in other experiments? Thank you! Best regards, Xiaomei |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi Xiaomei, 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:
|
Beta Was this translation helpful? Give feedback.
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: