1. 13 Dec, 2011 1 commit
  2. 09 Dec, 2011 5 commits
  3. 08 Dec, 2011 2 commits
  4. 06 Dec, 2011 3 commits
    • Morris Jette's avatar
      Permit pending job to exeeded partition limit with QOS flag change. · 0e1abeda
      Morris Jette authored
      One of our testers discovered a regression in version 2.3.1.  If a job is
      pending due to PartitionNodeLimit and the limit is relieved with a
      'sacctmgr modify qos name=<qos name> set flags=partitionmaxnodes' new jobs
      exceeding the partition limit (but not the QOS limit) are allowed to run.
      However, the pending job is never allowed to run.  Attached is a patch to
      address this problem.  FYI, this problem doesn't exist in version 2.4.
      Patch from Bill Brophy, Bull.
      0e1abeda
    • Morris Jette's avatar
      Cosmetic mods · a3d2cfdb
      Morris Jette authored
      a3d2cfdb
    • Morris Jette's avatar
      Let job be submitted that exceeds QOS limit · 158bfbbb
      Morris Jette authored
      Let a job be submitted even if it exceeds a QOS limit. Job will be left
      in a pending state until the QOS limit or job parameters change. Patch by
      Phil Eckert, LLNL.
      158bfbbb
  5. 05 Dec, 2011 2 commits
  6. 02 Dec, 2011 1 commit
  7. 01 Dec, 2011 1 commit
    • jette's avatar
      Fix for "fatal: cons_res: sync loop not progressing" · d70a9ac4
      jette authored
      This was due to a bug in select/cons_res with some configuration
      optiions and job options, especially if there is more than one
      thread per core and the job option includes "--threads-per-core=1".
      Fixes problem reported by CSCS.
      d70a9ac4
  8. 30 Nov, 2011 3 commits
  9. 28 Nov, 2011 1 commit
  10. 23 Nov, 2011 2 commits
  11. 22 Nov, 2011 3 commits
  12. 21 Nov, 2011 4 commits
  13. 08 Nov, 2011 3 commits
  14. 07 Nov, 2011 1 commit
  15. 04 Nov, 2011 2 commits
  16. 02 Nov, 2011 3 commits
  17. 01 Nov, 2011 1 commit
  18. 31 Oct, 2011 1 commit
  19. 28 Oct, 2011 1 commit
    • Morris Jette's avatar
      Add backfill scheduler resolution parameter · b86bc225
      Morris Jette authored
      Backfill scheduling - Add SchedulerParameters configuration parameter of
      "bf_res" to control the resolution in the backfill scheduler's data about
      when jobs begin and end. Default value is 60 seconds (used to be 1 second).
      b86bc225