1. 10 Sep, 2014 1 commit
  2. 09 Sep, 2014 2 commits
    • Morris Jette's avatar
      fix MaxJobCount enforcement race condition · a768e5f9
      Morris Jette authored
      Eliminate race condition in enforcement of MaxJobCount limit for job arrays.
      The job count limit was checked for a job array before setting the slurmctld
      job locks. If new jobs were submitted between the test and the job array
      creation such that the job array creation would result in MaxJobCount being
      exceeded, then a fatal error would result.
      bug 1091
      a768e5f9
    • Danny Auble's avatar
      Don't wait for an update message from the DBD to finish before sending rc · f3366ada
      Danny Auble authored
      message back.  In slow systems with many associations this could speed
      responsiveness in sacctmgr after adding associations.
      f3366ada
  3. 04 Sep, 2014 2 commits
  4. 03 Sep, 2014 5 commits
  5. 30 Aug, 2014 1 commit
  6. 28 Aug, 2014 4 commits
  7. 27 Aug, 2014 1 commit
  8. 26 Aug, 2014 3 commits
  9. 25 Aug, 2014 2 commits
  10. 23 Aug, 2014 2 commits
  11. 21 Aug, 2014 3 commits
  12. 20 Aug, 2014 1 commit
  13. 19 Aug, 2014 5 commits
  14. 18 Aug, 2014 1 commit
    • Morris Jette's avatar
      start job in highest prio partition if possible · 5d276cb5
      Morris Jette authored
      Start a job in the highest priority partition possible, even if it requires
      preempting other jobs and delaying initiation, rather than using a lower
      priority partition. Previous logic would preempt lower priority jobs, but
      then might start the job in a lower priority partition and not use the resources
      released by the preempted jobs.
      bug 1032
      5d276cb5
  15. 12 Aug, 2014 3 commits
  16. 08 Aug, 2014 4 commits