1. 12 May, 2014 5 commits
  2. 09 May, 2014 3 commits
  3. 08 May, 2014 2 commits
    • Morris Jette's avatar
      Fix sinfo -R to print each node once · b5ace9a8
      Morris Jette authored
      Fix sinfo -R to print each down/drained node once, rather than once per
      partition. This was broken in the sinfo change to process each partition's
      information in a separate pthread.
      b5ace9a8
    • Morris Jette's avatar
      Correct sinfo sort fields options · ff518ad1
      Morris Jette authored
      Correct sinfo --sort fields to match documentation: E => Reason,
      H -> Reason Time (new), R -> Partition Name, u/U -> Reason user (new)
      ff518ad1
  4. 07 May, 2014 5 commits
  5. 06 May, 2014 6 commits
  6. 05 May, 2014 5 commits
  7. 02 May, 2014 4 commits
  8. 01 May, 2014 6 commits
  9. 30 Apr, 2014 3 commits
  10. 29 Apr, 2014 1 commit
    • Morris Jette's avatar
      slurmd to cache launched job IDs · 653b247b
      Morris Jette authored
      Modify slurmd to keep track of which jobs have already been launched.
      It the launch is complete, then process suspend requests immediately.
      Previously the suspend request was always delayed by 1 second, which
      adversely impacts gang scheduling performance. If the job can't be
      found (say after a slurmd restart), then delay the suspend by up
      to 3 seconds, but only once.
      653b247b