Sun Grid Engine: Difference between revisions
Jump to navigation
Jump to search
m (1 revision imported) |
|
(No difference)
| |
Latest revision as of 08:49, 18 March 2015
This is our resource management on ce.lhep.unibe.ch (use -m instead of -s to modify)
- Limit the number of jobs per user
[root@ce ~]# qconf -srqs
{
name max_u_jobs
description max jobs per user
enabled TRUE
limit users {atlas-sw} to slots=150
limit users {atlaslhep} to slots=150
limit users {atlasch} to slots=50
limit users {atlasprod} to slots=50
}
- Set the priority of the user (fshare)
[root@ce ~]# qconf -suser atlaslhep name atlaslhep oticket 0 fshare 100 delete_time 1253266568 default_project NONE
[root@ce ~]# qconf -suser atlas-sw name atlas-sw oticket 0 fshare 0 delete_time 1253269012 default_project NONE
etc