1. 26 Apr, 2018 1 commit
  2. 25 Apr, 2018 2 commits
  3. 23 Apr, 2018 2 commits
  4. 19 Apr, 2018 3 commits
    • Marshall Garey's avatar
      Fix incorrect error thrown when cancelling part of a job array. · 8432f9f6
      Marshall Garey authored
      Fix an issue in the bit manipulation log introduced in commit 892ffa89.
      
      Bug 4997.
      8432f9f6
    • Tim Wickberg's avatar
      Fix 'squeue -o %s' on Cray systems. · d3398004
      Tim Wickberg authored
      Replace select_p_select_jobinfo_sprint() with the same NO-OP
      that the other plugins (except alps and bluegene) have implemented.
      
      Bug 5077.
      d3398004
    • Danny Auble's avatar
      Fix for update job function. · 164d4878
      Danny Auble authored
      Time limit was incorrectly changed when swapping qos. Now we check
      qos/assoc/partition all together and deny the chang if not consistent.
      Fixed how we check coordinator permissions. Rearranged the function to update
      QOS before updating partition in order to enforce AllowQOS and DenyQOS options.
      One memory leak and some comments fixed too.
      
      Bug 4685
      164d4878
  5. 17 Apr, 2018 1 commit
    • Morris Jette's avatar
      Make UnavailableNodes value in job reason be correct for each job · fc4e5ac9
      Morris Jette authored
      1. Identifies nodes which are unavailable to a specific job,
      adding a call to filter_by_node_owner() in select_nodes()
       where the node list is generated.
      2. Removes the "unavail_node_str" argument to select_nodes()
      as it is no longer useful. This string originally was originally
      generated once at the start of the job scheduling logic for all jobs,
      but since each job can have a different set of
       unavailable nodes (dedicated to user, group, etc.)
      so the same string for all jobs can be misleading.
      
      Bug 4932.
      fc4e5ac9
  6. 16 Apr, 2018 3 commits
  7. 13 Apr, 2018 1 commit
  8. 12 Apr, 2018 1 commit
    • Morris Jette's avatar
      CPU frequency management enhancements · 64001ce7
      Morris Jette authored
      If scaling_available_frequencies file is not available, then derive
      values from scaling_min_freq and scaling_max_freq values. If
      cpuinfo_cur_freq file is not available then try to use scaling_cur_freq.
      
      bug 4910
      64001ce7
  9. 11 Apr, 2018 4 commits
  10. 10 Apr, 2018 1 commit
    • Morris Jette's avatar
      Change configurator.html defaults · dc910b93
      Morris Jette authored
      In configurator.html web pages change default configuration from
          task/none to task/affinity plugin and from select/linear plugin to
          select/cons_res plus CR_Core.
      dc910b93
  11. 04 Apr, 2018 3 commits
  12. 03 Apr, 2018 2 commits
  13. 02 Apr, 2018 1 commit
  14. 29 Mar, 2018 1 commit
  15. 27 Mar, 2018 5 commits
  16. 26 Mar, 2018 1 commit
    • Felip Moll's avatar
      Prevent loss of node features on slurmctld -R · 7449d1cc
      Felip Moll authored
      While restarting slurmctld with -R flag, features were emptied.
      This patch just does nothing when recover=2 (-R) which means active and
      available features are preserved from the state files. Needed for
      backup slurmctld controller.
      
      Bug 4927
      7449d1cc
  17. 23 Mar, 2018 3 commits
  18. 22 Mar, 2018 1 commit
  19. 21 Mar, 2018 3 commits
  20. 20 Mar, 2018 1 commit