1. 26 Sep, 2016 1 commit
  2. 25 Sep, 2016 1 commit
  3. 24 Sep, 2016 2 commits
  4. 23 Sep, 2016 2 commits
  5. 22 Sep, 2016 10 commits
  6. 21 Sep, 2016 5 commits
  7. 20 Sep, 2016 1 commit
  8. 19 Sep, 2016 1 commit
  9. 17 Sep, 2016 1 commit
    • Morris Jette's avatar
      Restore ability to manually power down nodes · da722a89
      Morris Jette authored
      Restore ability to manually power down nodes, broken in 15.08.12
      in commit b4904661
      
      The patch introduced in commit b4904661 (not powering down dead node) has a bad side effect.  Adding the "(node_ptr->last_idle != 0)" condition prevents from powering down nodes with the following command:
      
      scontrol update nodename=nX state=power_down
      
      because the state update function relies on zeroing the "last_idle" variable when a power_down is requested (see src/slurmctld/node_mgr.c, line 1589).
      
      Reverting this commit should solve the problem...but I let you decide...
      
      Didier GAZEN
      da722a89
  10. 16 Sep, 2016 2 commits
  11. 15 Sep, 2016 3 commits
  12. 14 Sep, 2016 3 commits
  13. 12 Sep, 2016 7 commits
  14. 09 Sep, 2016 1 commit
    • Morris Jette's avatar
      Cap job termination message staggering at 5 seconds · 3e2251cb
      Morris Jette authored
      Previous cap was 2 sec (default TCP timeout) times the node count
        and divided by 1000. A 9000 node job would have the messages
        spread out over 18 seconds. This change caps the spread at
        5 seconds and assumes the normal TCP logic can handle the rest
      bug 3044
      3e2251cb