1. 07 Mar, 2013 1 commit
    • jette's avatar
      GRES topology bug in core selection logic fixed. · 07eb5d24
      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.
      07eb5d24
  2. 06 Mar, 2013 17 commits
  3. 04 Mar, 2013 3 commits
  4. 01 Mar, 2013 3 commits
  5. 28 Feb, 2013 2 commits
  6. 27 Feb, 2013 6 commits
  7. 26 Feb, 2013 4 commits
  8. 25 Feb, 2013 2 commits
  9. 23 Feb, 2013 1 commit
  10. 22 Feb, 2013 1 commit
    • Morris Jette's avatar
      select/cons_res, enforce ntasks-per-socket for core allocations · 6b3dd796
      Morris Jette authored
      Select/cons_res - If the job request specified --ntasks-per-socket and the
      allocation using is cores, then pack the tasks onto the sockets up to the
      specified value. Previously it would ignore the ntasks-per-socket
      parameter and distribute tasks across sockets
      6b3dd796