1. 06 Oct, 2017 2 commits
  2. 05 Oct, 2017 4 commits
  3. 04 Oct, 2017 1 commit
    • Morris Jette's avatar
      burst_buffer/cray plugin updated for Cray UP06 sofware · 859f6c82
      Morris Jette authored
      burst_buffer/cray plugin modified to work with changes in Cray UP06
         software release.
      Specific changes: Cray software now returns an error if a state_in
         or stage_out script is processed that doesn't actually request a
         stage in or out (previously silently ignored).
      Also the warning message about tearing down a buffer that is already
         gone changed.
      859f6c82
  4. 03 Oct, 2017 3 commits
  5. 02 Oct, 2017 4 commits
  6. 29 Sep, 2017 4 commits
  7. 28 Sep, 2017 1 commit
  8. 27 Sep, 2017 3 commits
  9. 21 Sep, 2017 1 commit
    • Morris Jette's avatar
      Specialized core enhancements · abb2a078
      Morris Jette authored
      Add support for specialized cores with task/affinity plugin (previously
          only supported with task/cgroup plugin).
      Add "TaskPluginParam=SlurmdOffSpec" option that will prevent the Slurm
          compute node daemons (slurmd and slurmstepd) from executing on specialized
          cores.
      bug 3337
      abb2a078
  10. 19 Sep, 2017 5 commits
  11. 17 Sep, 2017 1 commit
  12. 15 Sep, 2017 2 commits
  13. 14 Sep, 2017 2 commits
    • Tim Wickberg's avatar
      Prevent a second PMI2_Init call from leaving a hung slurmstepd process. · b2aa25d5
      Tim Wickberg authored
      A second PMI2_Init() within the same step is invalid, and cannot succeed.
      
      Return an error code back to the client end, and close the fd to force the
      step to terminate immediately.
      
      Due to a bug in our libpmi code, just returning a cmd=response_to_init with
      an appropriate rc number will not tear down the connection properly, so
      send back something else that will trigger the error path.
      
      Bug 3520.
      b2aa25d5
    • Morris Jette's avatar
      Pack step cancel work · 20e660e1
      Morris Jette authored
      A request to cancel a pack step leader will result in that step
        being cancelled on all pack job components. Needed by MPI.
      20e660e1
  14. 13 Sep, 2017 3 commits
  15. 12 Sep, 2017 4 commits