1. 23 Sep, 2014 1 commit
  2. 17 Sep, 2014 5 commits
  3. 16 Sep, 2014 7 commits
  4. 15 Sep, 2014 2 commits
  5. 13 Sep, 2014 2 commits
  6. 11 Sep, 2014 7 commits
  7. 10 Sep, 2014 4 commits
  8. 09 Sep, 2014 3 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
    • Morris Jette's avatar
      add support for floating reservations · 60c67e82
      Morris Jette authored
      Add support for an advanced reservation start time that remains constant
      relative to the current time. This can be used to prevent the starting of
      longer running jobs on select nodes for maintenance purpose. See the
      reservation flag "TIME_FLOAT" for more information.
      bug 1087
      60c67e82
  9. 05 Sep, 2014 2 commits
  10. 04 Sep, 2014 4 commits
  11. 03 Sep, 2014 3 commits