1. 19 Mar, 2013 5 commits
  2. 18 Mar, 2013 1 commit
  3. 14 Mar, 2013 7 commits
  4. 13 Mar, 2013 8 commits
  5. 12 Mar, 2013 3 commits
    • Morris Jette's avatar
      Merge branch 'slurm-2.5' · 13cd951c
      Morris Jette authored
      Conflicts:
      	src/plugins/select/cons_res/select_cons_res.c
      13cd951c
    • 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
  6. 11 Mar, 2013 16 commits