1. 25 Sep, 2014 1 commit
  2. 24 Sep, 2014 3 commits
  3. 23 Sep, 2014 1 commit
  4. 22 Sep, 2014 2 commits
  5. 19 Sep, 2014 2 commits
  6. 18 Sep, 2014 1 commit
  7. 17 Sep, 2014 4 commits
  8. 16 Sep, 2014 7 commits
  9. 15 Sep, 2014 2 commits
  10. 13 Sep, 2014 1 commit
  11. 11 Sep, 2014 3 commits
  12. 10 Sep, 2014 2 commits
  13. 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
  14. 04 Sep, 2014 2 commits
  15. 03 Sep, 2014 5 commits
  16. 30 Aug, 2014 1 commit
  17. 28 Aug, 2014 1 commit
    • Morris Jette's avatar
      cons_res reservation fixes · 6361a2af
      Morris Jette authored
      This fixes some problems creating advanced reservations on heterogeneous systems, especially when core counts are specified in the reservation.
      bug 1068
      6361a2af