1. 30 Sep, 2016 1 commit
  2. 29 Sep, 2016 9 commits
  3. 28 Sep, 2016 3 commits
  4. 27 Sep, 2016 2 commits
  5. 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
  6. 24 Sep, 2016 2 commits
  7. 23 Sep, 2016 1 commit
  8. 22 Sep, 2016 6 commits
  9. 21 Sep, 2016 8 commits
  10. 20 Sep, 2016 1 commit
  11. 17 Sep, 2016 2 commits
    • Danny Auble's avatar
      Refactor the persistent connections within the federation code to use · 42bb2fb3
      Danny Auble authored
      the same logic that was found in the slurmdbd.  Now both functionalities
      share the same code.
      
      This was done with the merge right before this commit.
      42bb2fb3
    • 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
  12. 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
  13. 15 Sep, 2016 3 commits