1. 22 Nov, 2016 5 commits
    • Morris Jette's avatar
      Merge branch 'slurm-16.05' · 4c25b993
      Morris Jette authored
      4c25b993
    • Morris Jette's avatar
      backfill algorithm logic · e089b63a
      Morris Jette authored
      After one second of wall time, simulate the termination of all remaining
         running jobs in order to respond in a reasonable time frame.
      bug 3275
      e089b63a
    • Morris Jette's avatar
      Modify backfill algorithm · 6008b021
      Morris Jette authored
      Modify backfill algorithm to improve performance with large numbers of
          running jobs. Group running jobs that end in a "similar" time frame using a
          time window that grows exponentially rather than linearly. The original
          window sizes were (in units of minutes):
          0, 1, 2, 3, 4, 5, 6, 7, ... minutes
          The new window sizes are:
          0.5, 1, 2, 4, 8, 16, 32, ... minutes
          This can dramatically reduce the number of instances where the very time
          consuming "can the pending job run now" operation is executed, especailly
          if there are 1000+ running jobs.
      bug 3275
      6008b021
    • Nicolas Joly's avatar
      testsuite - fix job id output in test17.39 · 44241006
      Nicolas Joly authored
      44241006
    • Tim Wickberg's avatar
      Remove unused unpack_bit_str macro. · 71e457f6
      Tim Wickberg authored
      71e457f6
  2. 21 Nov, 2016 3 commits
  3. 20 Nov, 2016 2 commits
  4. 18 Nov, 2016 7 commits
  5. 15 Nov, 2016 1 commit
  6. 14 Nov, 2016 6 commits
  7. 13 Nov, 2016 2 commits
  8. 12 Nov, 2016 3 commits
  9. 11 Nov, 2016 11 commits