1. 27 Jan, 2012 2 commits
  2. 25 Jan, 2012 1 commit
    • Morris Jette's avatar
      Set DEFAULT flag in partition structure · 9f4ef925
      Morris Jette authored
      Set DEFAULT flag in partition structure when slurmctld reads the
      configuration file. Patch from Rémi Palancher. Note the flag is set
      when the information is sent via RPC for sinfo.
      9f4ef925
  3. 24 Jan, 2012 1 commit
  4. 22 Jan, 2012 1 commit
    • jette's avatar
      Fix for job_cnt_comp underflow errors · 3c839428
      jette authored
      Fix race condition that could generate job_cnt_comp underflow errors on
      front-end architectures (Cray or IBM BlueGene systems).
      3c839428
  5. 20 Jan, 2012 1 commit
  6. 19 Jan, 2012 1 commit
  7. 18 Jan, 2012 2 commits
  8. 15 Jan, 2012 1 commit
  9. 14 Jan, 2012 1 commit
  10. 13 Jan, 2012 3 commits
  11. 09 Jan, 2012 2 commits
  12. 04 Jan, 2012 1 commit
  13. 28 Dec, 2011 2 commits
  14. 27 Dec, 2011 1 commit
    • jette's avatar
      Add new command, sdiag · 4fdf2742
      jette authored
      Add new command, sdiag, which reports a variety of job scheduling
      statistics. Based upon work by Alejandro Lucero Palau, BSC.
      4fdf2742
  15. 21 Dec, 2011 1 commit
  16. 19 Dec, 2011 2 commits
  17. 17 Dec, 2011 1 commit
  18. 16 Dec, 2011 1 commit
  19. 15 Dec, 2011 1 commit
  20. 14 Dec, 2011 2 commits
  21. 13 Dec, 2011 1 commit
  22. 09 Dec, 2011 8 commits
  23. 08 Dec, 2011 2 commits
  24. 06 Dec, 2011 1 commit
    • 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