1. 29 Sep, 2016 2 commits
  2. 28 Sep, 2016 1 commit
  3. 27 Sep, 2016 2 commits
  4. 26 Sep, 2016 1 commit
    • Morris Jette's avatar
      Add salloc/sbatch/srun --priority=top option · 62b9884f
      Morris Jette authored
      Add salloc/sbatch/srun --priority option of "TOP" to set job priority to
          the highest possible value. This option is only available to Slurm operators
          and administrators.
      bug 3115
      62b9884f
  5. 24 Sep, 2016 1 commit
  6. 23 Sep, 2016 1 commit
  7. 22 Sep, 2016 5 commits
  8. 21 Sep, 2016 4 commits
  9. 20 Sep, 2016 1 commit
  10. 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
  11. 16 Sep, 2016 1 commit
    • Morris Jette's avatar
      Update KNL modes for out-of-band reboot · 3a465f80
      Morris Jette authored
      node_features/knl_cray: If a node is rebooted outside of Slurm's direction,
          update it's active features with current MCDRAM and NUMA mode information.
      bug 3071
      3a465f80
  12. 15 Sep, 2016 2 commits
  13. 14 Sep, 2016 2 commits
  14. 09 Sep, 2016 3 commits
  15. 08 Sep, 2016 1 commit
    • Morris Jette's avatar
      Restructure srun task_exit logic · 6b6d4e1a
      Morris Jette authored
      Restructure srun command locking for task_exit processing logic for improved
        parallelism. This change decreases the amount of time consumed by serial
        logic by 2 orders of magnitude.
      bug 3044
      6b6d4e1a
  16. 07 Sep, 2016 2 commits
    • Morris Jette's avatar
      Preserve node "RESERVATION" state · 5eee1d28
      Morris Jette authored
      Preserve node "RESERVATION" state when one of multiple overlapping
          reservations ends. Previous logic would clear the node's
          RESERVATION state flag when any one of the reservations on the
          node ended rather than keeping the node in RESERVATION state
          until the last reservation ended.
      bug 3057
      5eee1d28
    • Morris Jette's avatar
      Handle slurmctld restart while compute node reboot request in progress · 4517c454
      Morris Jette authored
      Handle case when slurmctld daemon restart while compute node reboot in
          progress. Return node to service rather than setting DOWN.
      bug 3042
      4517c454
  17. 06 Sep, 2016 3 commits
  18. 02 Sep, 2016 1 commit
  19. 01 Sep, 2016 2 commits
  20. 30 Aug, 2016 2 commits
  21. 27 Aug, 2016 2 commits