1. 04 Apr, 2018 2 commits
    • Morris Jette's avatar
      Clarify NEWS item · 137c9208
      Morris Jette authored
      137c9208
    • Tim Wickberg's avatar
      Only terminate processes if none are writing core. · 7cb4f6e1
      Tim Wickberg authored
      Only one of a set of OpenMP processes will be marked as dumping
      core, but terminating any of them will interrupt this and lead to
      a partial core file being written.
      
      Test all processes in the task, and only signal them if none are
      writing out a core file. Otherwise wait and try again later.
      
      Bug 4624.
      7cb4f6e1
  2. 29 Mar, 2018 1 commit
  3. 27 Mar, 2018 5 commits
  4. 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
  5. 23 Mar, 2018 3 commits
  6. 22 Mar, 2018 1 commit
  7. 21 Mar, 2018 3 commits
  8. 20 Mar, 2018 1 commit
  9. 17 Mar, 2018 1 commit
  10. 15 Mar, 2018 10 commits
  11. 14 Mar, 2018 7 commits
  12. 13 Mar, 2018 2 commits
  13. 12 Mar, 2018 2 commits
  14. 10 Mar, 2018 1 commit
    • Morris Jette's avatar
      Add TRES fields to jobs and steps · 6f0342e0
      Morris Jette authored
      Add infrastructure for per-job and per-step TRES parameters: tres-per-job,
          tres-per-node, tres-per-socket, tres-per-task, cpus-per-tres, mem-per-tres,
          tres-bind and tres-freq. These new parameters are not currently used, but
          have been added to the appropriate RPCs.
      6f0342e0