1. 10 Jul, 2013 1 commit
  2. 09 Jul, 2013 17 commits
  3. 08 Jul, 2013 1 commit
  4. 06 Jul, 2013 2 commits
  5. 05 Jul, 2013 8 commits
  6. 03 Jul, 2013 4 commits
  7. 02 Jul, 2013 2 commits
  8. 01 Jul, 2013 2 commits
  9. 28 Jun, 2013 3 commits
    • Morris Jette's avatar
      Merge branch 'slurm-2.5' into slurm-2.6 · c24ce25a
      Morris Jette authored
      c24ce25a
    • Morris Jette's avatar
      Select/cons_res - Correct total CPU count allocated to a job · 9a17ba1c
      Morris Jette authored
      Effects jobs with --exclusive and --cpus-per-task options
      bug 355
      9a17ba1c
    • Stephen Trofinoff's avatar
      Fix calculation of tasks per code · 8c5399ba
      Stephen Trofinoff authored
      A simple one-line fix to the "_adjust_cpus_nppcu" function that I had
      added.  I had added this function as part of the NPPCU functionality;
      however it wasn't a problem until that squeue patch.  That was because
      then squeue had been updated to use this function and in this one case
      the default value for the internal variable "ntasks_per_core" wound up
      not being the 0xffff (65535) that I previously had coded for (as in
      "select/cons_res") but instead was 0.  Therefore, in that adjustment
      function of mine, I simply added a second clause to the if-statment
      where I check for the sentinel value that also checks whether it is 0.
      This resolved the problem.  Because we do not usually use
      "select/serial", I did not notice this.
      8c5399ba