1. 05 May, 2014 4 commits
  2. 02 May, 2014 10 commits
  3. 01 May, 2014 4 commits
  4. 30 Apr, 2014 7 commits
  5. 29 Apr, 2014 2 commits
  6. 28 Apr, 2014 10 commits
  7. 26 Apr, 2014 3 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
      better debug statement · 25030b60
      Danny Auble authored
      25030b60
    • 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