1. 02 Nov, 2016 1 commit
    • Morris Jette's avatar
      Add LaunchParameters=mem_sort · cec8638b
      Morris Jette authored
      Add LaunchParameters=mem_sort option to set configur running of zonesort
          by default at step startup.
      Also add documentation about zonesort on KNL web page
      bug 3188
      cec8638b
  2. 01 Nov, 2016 2 commits
  3. 31 Oct, 2016 1 commit
  4. 28 Oct, 2016 1 commit
    • Danny Auble's avatar
      Fix issue in the priority/multifactor plugin where on a slurmctld restart · be924b88
      Danny Auble authored
      more time than should be allowed would be accounted for.
      
      This only happened on jobs in the completing state when the slurmctld
      was shutdown.
      
      This will also be enhanced in 17.02 as the job's end_time_exp is not
      stored which is needed to determine if the job has already been through
      the decay_thread at end of job.
      
      Bug 3162
      be924b88
  5. 27 Oct, 2016 6 commits
  6. 26 Oct, 2016 6 commits
  7. 25 Oct, 2016 9 commits
  8. 24 Oct, 2016 1 commit
    • Morris Jette's avatar
      burst_buffer/cray: accept jobs without dw_wlm_cli · 5acd7e76
      Morris Jette authored
      burst_buffer/cray: Accept new jobs on backup slurmctld daemon without access
          to dw_wlm_cli command. No burst buffer actions will take place. Newly
          submitted jobs will be accepted and stay in pending state. Jobs depedent
          upon stage-in or stage-out will remain in their current state until the
          action can take place.
      5acd7e76
  9. 21 Oct, 2016 1 commit
    • Morris Jette's avatar
      Delay parsing of SLURM_HINT env var · 82a959a8
      Morris Jette authored
      Do not process SALLOC_HINT, SBATCH_HINT or SLURM_HINT environment variables
          if any of the following salloc, sbatch or srun command line options are
          specified: -B, --cpu_bind, --hint, --ntasks-per-core, or --threads-per-core.bug 3118
      82a959a8
  10. 20 Oct, 2016 2 commits
  11. 19 Oct, 2016 3 commits
  12. 18 Oct, 2016 5 commits
  13. 17 Oct, 2016 1 commit
  14. 14 Oct, 2016 1 commit
    • Morris Jette's avatar
      Add --mem_bind=prefer option · 2267545d
      Morris Jette authored
      Add suppoprt for --mem_bind=prefer option to prefer, but not restrict memory
          use to the identified NUMA node.
      bug 3126
      2267545d