Sun Grid Engine

From LHEP Wiki
Revision as of 09:49, 18 March 2015 by Lhep (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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