1. 14 Mar, 2013 3 commits
  2. 13 Mar, 2013 5 commits
  3. 12 Mar, 2013 2 commits
    • Morris Jette's avatar
      Minor format changes from previous commit · f5a89755
      Morris Jette authored
      f5a89755
    • Magnus Jonsson's avatar
      Fix scheduling if node in more than one partition · fcef06b4
      Magnus Jonsson authored
      I found a bug in cons_res/select_p_select_nodeinfo_set_all.
      
      If a node is part of two (or more) partitions the code will only count the number of cores/cpus in the partition that has the most running jobs on that node.
      
      Patch attached to fix the problem.
      
      I also added an new function to bitstring to count the number of bits in an range (bit_set_count_range) and made a minor improvement of (bit_set_count) while reviewing the range version.
      
      Best regards,
      Magnus
      fcef06b4
  4. 11 Mar, 2013 8 commits
  5. 08 Mar, 2013 7 commits
  6. 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
  7. 06 Mar, 2013 14 commits