1. 06 Mar, 2018 38 commits
  2. 02 Mar, 2018 1 commit
    • Felip Moll's avatar
      Modify get accounts · da49b8d0
      Felip Moll authored
      'sacctmgr show accounts withassoc cluster=x' now behaves like 'show users'
      displaying always all the accounts on the enterprise. Non-matching filtered
      account is now just displayed without associations.
      
      Bug 4804
      da49b8d0
  3. 01 Mar, 2018 1 commit
    • Felip Moll's avatar
      Do not release job resources twice when Cray NHC is stuck · c1a8a651
      Felip Moll authored
      When Cray NHC is stuck for a job for more than 300 seconds and a
      reconfigure is issued, job resources will be released in order to
      not keep all the job nodes allocated when there's no reason to.
      If then NHC finishes, resources will be released again causing memory
      under-allocated errors.
      
      This patch avoids releasing resources more than one time.
      
      Bug 4801
      c1a8a651