1. 09 May, 2014 1 commit
  2. 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
  3. 07 May, 2014 5 commits
  4. 06 May, 2014 6 commits
  5. 05 May, 2014 5 commits
  6. 02 May, 2014 4 commits
  7. 01 May, 2014 6 commits
  8. 30 Apr, 2014 3 commits
  9. 29 Apr, 2014 2 commits
  10. 28 Apr, 2014 4 commits
  11. 26 Apr, 2014 2 commits
    • Stuart Midgley's avatar
      Add --priority to job submit commands · 71aca8a8
      Stuart Midgley authored
      Add --priority option to the salloc, sbatch and srun commands.
      71aca8a8
    • Danny Auble's avatar
      Handle Max/GrpCPU limits better · eb6f2321
      Danny Auble authored
      This code was originally put here to enforce checks to make sure jobs
      didn't go over the limit.  If they didn't request the amount then we set
      the limit and worked off that as if it were a request.
      
      If we do this now we could get jobs deigned which would cancel the job at
      submit with a very unrelated note as to why the job failed.
      
      Since we now check this these limits after the node selection this isn't
      needed.
      eb6f2321