1. 06 Apr, 2013 1 commit
  2. 02 Apr, 2013 9 commits
  3. 01 Apr, 2013 1 commit
  4. 29 Mar, 2013 2 commits
  5. 27 Mar, 2013 3 commits
  6. 26 Mar, 2013 2 commits
  7. 25 Mar, 2013 2 commits
  8. 22 Mar, 2013 2 commits
  9. 20 Mar, 2013 3 commits
  10. 19 Mar, 2013 3 commits
  11. 14 Mar, 2013 4 commits
  12. 13 Mar, 2013 2 commits
  13. 12 Mar, 2013 1 commit
  14. 11 Mar, 2013 3 commits
  15. 08 Mar, 2013 2 commits
    • Morris Jette's avatar
      Start NEWS for v2.5.5 · ad3caaae
      Morris Jette authored
      ad3caaae
    • jette's avatar
      GRES topology bug in core selection logic fixed. · a59ba9bc
      jette authored
      This problem would effect systems in which specific GRES are associated
      with specific CPUs.
      One possible result is the CPUs identified as usable could be inappropriate
      and job would be held when trying to layout out the tasks on CPUs (all
      done as part of the job allocation process).
      The other problem is that if multiple GRES are linked to specific CPUs,
      there was a CPU bitmap OR which should have been an AND, resulting in
      some CPUs being identified as usable, but not available to all GRES.
      a59ba9bc