1. 23 Sep, 2014 2 commits
  2. 22 Sep, 2014 4 commits
  3. 19 Sep, 2014 2 commits
  4. 18 Sep, 2014 1 commit
  5. 17 Sep, 2014 10 commits
  6. 16 Sep, 2014 7 commits
  7. 15 Sep, 2014 3 commits
  8. 13 Sep, 2014 1 commit
  9. 12 Sep, 2014 1 commit
  10. 11 Sep, 2014 4 commits
  11. 10 Sep, 2014 4 commits
  12. 09 Sep, 2014 1 commit
    • 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