1. 02 Sep, 2015 4 commits
  2. 01 Sep, 2015 9 commits
  3. 31 Aug, 2015 2 commits
  4. 28 Aug, 2015 1 commit
    • Morris Jette's avatar
      Requeue job if possible when slurmstepd aborts · d8e6f55d
      Morris Jette authored
      This problem is reproducible by launching a job then killing the
        slurmstepd process. Under those conditions, requeue the job if
        possible (i.e. batch job with requeue option/configuration).
        This patch also improves the slurmctld logging when this happens.
      bug 1889
      d8e6f55d
  5. 27 Aug, 2015 5 commits
  6. 26 Aug, 2015 6 commits
  7. 25 Aug, 2015 4 commits
  8. 24 Aug, 2015 1 commit
  9. 22 Aug, 2015 1 commit
  10. 21 Aug, 2015 6 commits
  11. 20 Aug, 2015 1 commit
    • David Bigagli's avatar
      Revert "Fix bug in conversion unit." · 9cdd9d45
      David Bigagli authored
      This reverts commit 406cb529.
      
      Conflicts:
      	NEWS
      
      This works ok up until 1048576M then it will make the divisor
      1048576 and when it goes to divide it only does it once instead of 2 times
      returning 1G instead of 1T.
      
      We have decided to wait until 15.08 for a no convert option to be added.
      9cdd9d45