1. 27 Apr, 2015 1 commit
    • Morris Jette's avatar
      Fix power save issues · 9eeaf283
      Morris Jette authored
      Fix some power_save mode issues: Parsing of SuspendTime in slurm.conf was
      bad, powered down nodes would get set non-responding if there was an
      in-flight message, and permit nodes to be powered down from any state.
      bug 1619
      9eeaf283
  2. 24 Apr, 2015 4 commits
  3. 23 Apr, 2015 1 commit
  4. 22 Apr, 2015 4 commits
  5. 21 Apr, 2015 4 commits
  6. 20 Apr, 2015 5 commits
  7. 18 Apr, 2015 1 commit
  8. 17 Apr, 2015 3 commits
  9. 16 Apr, 2015 2 commits
  10. 15 Apr, 2015 7 commits
  11. 14 Apr, 2015 4 commits
  12. 13 Apr, 2015 1 commit
    • Morris Jette's avatar
      Eliminate "Node ping apparently hung" errors · 101570a9
      Morris Jette authored
      The error was being triggered by logic to collect accounting
      information starting and not being completed when testing to
      start a node ping RPC. In other words, the logic wasn't testing
      for the completion of one RPC against the start of that same
      RPC, but against the start of a different RPC. This change
      moves all of the timeout logic into the ping_nodes.c module
      where we can make sure that the timing of different RPCs do
      not get confused with each other.
      bug 1190
      101570a9
  13. 11 Apr, 2015 3 commits