1. 14 Mar, 2013 1 commit
    • Morris Jette's avatar
      Change default log time to ISO 8601 (remove time zone) · 28beff27
      Morris Jette authored
      Add milliseconds to default log message header (both RFC 5424 and ISO 8601
      time formats). Disable milliseconds logging using the configure
      parameter "--disable-log-time-msec". Default time format changes to
      ISO 8601 (without time zone information). Specify "--enable-rfc5424time"
      to restore the time zone information.
      28beff27
  2. 13 Mar, 2013 8 commits
  3. 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
  4. 11 Mar, 2013 17 commits
  5. 10 Mar, 2013 1 commit
  6. 08 Mar, 2013 10 commits