1. 15 Mar, 2018 5 commits
  2. 14 Mar, 2018 9 commits
  3. 13 Mar, 2018 3 commits
  4. 12 Mar, 2018 3 commits
  5. 08 Mar, 2018 2 commits
  6. 07 Mar, 2018 6 commits
  7. 05 Mar, 2018 1 commit
  8. 02 Mar, 2018 1 commit
  9. 01 Mar, 2018 1 commit
  10. 28 Feb, 2018 5 commits
  11. 27 Feb, 2018 1 commit
  12. 23 Feb, 2018 1 commit
  13. 22 Feb, 2018 2 commits
    • Morris Jette's avatar
      burst_buffer/cray - Prevent use of "#DW create_persistent" and · 7f537cca
      Morris Jette authored
      "#DW destroy_persistent" directives available in Cray CLE6.0UP06. This
      will be supported in Slurm version 18.08. Use "#BB" directives until then.
      
      Bug 4302
      7f537cca
    • Felip Moll's avatar
      Only launch a single io_timeout_thread · 738890aa
      Felip Moll authored
      Only a single io_timeout_thread should be created for each sls struct.
      
      Creating multiple, while seemingly harmless in operation, can lead to
      fatal() messages when srun shuts down by destroying mutex locks that
      are in use by threads that srun doesn't expect to still have running.
      
      Regression caused by a1185f04.
      
      Bug 4596
      738890aa