1. 22 Jan, 2016 3 commits
  2. 21 Jan, 2016 17 commits
  3. 20 Jan, 2016 10 commits
  4. 19 Jan, 2016 3 commits
    • Morris Jette's avatar
      Improve select/cons_res logging · 82f61b0d
      Morris Jette authored
      Log the length of bitmaps in addition to the bits set.
      Also increase the string length used for logging.
      82f61b0d
    • Morris Jette's avatar
      Fix for socket allocations and specialized cores · a260397a
      Morris Jette authored
      Previous logic would prevent allocation of sockets to a job unless the
      entire socket was available. If there were any specialized cores, the
      socket was treated as being not available and unusable. For example,
      if a node had 2 sockets, then a job requesting 2 specialized cores
      would reserve one core on each of the two sockets and render the job
      not runnable.
      a260397a
    • Morris Jette's avatar
      Remove redundant sinfo logic · 5e08b4d1
      Morris Jette authored
      There was logic in sinfo's print state function that determined
      if the state was MIXED. This logic was duplicated logic from the
      _query_server() function in sinfo.c and has been removed. Also
      note the logic was already gone from the "short state" print
      function (I noticed the discrepeancy in the print functions,
      but discovered they both printed the correct state information).
      5e08b4d1
  5. 18 Jan, 2016 2 commits
  6. 17 Jan, 2016 1 commit
  7. 16 Jan, 2016 2 commits
  8. 15 Jan, 2016 2 commits