1. 26 Oct, 2016 4 commits
  2. 25 Oct, 2016 9 commits
  3. 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
  4. 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
  5. 20 Oct, 2016 2 commits
  6. 19 Oct, 2016 3 commits
  7. 18 Oct, 2016 5 commits
  8. 17 Oct, 2016 1 commit
  9. 14 Oct, 2016 2 commits
    • 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
    • Morris Jette's avatar
      Add repetition count to cpu/memory mask/map options · 432b7b90
      Morris Jette authored
      Modify cpu_bind and mem_bind map and mask options to accept a repetition
          count to better support large task count. For example:
          "mask_mem:0x0f*2,0xf0*2" is equivalent to "mask_mem:0x0f,0x0f,0xf0,0xf0"
      bug 3065
      432b7b90
  10. 13 Oct, 2016 4 commits
    • Morris Jette's avatar
      added knl_generic plugin · 2f5756f6
      Morris Jette authored
      Added node_features/knl_generic plugin for KNL support on non-Cray systems.
      NOTE: This plugin is still under development.
      2f5756f6
    • Morris Jette's avatar
      Don't set SLURM_UMASK for batch jobs · e25905f0
      Morris Jette authored
      Do not propagate SLURM_UMASK environment variable to batch script.
      bug 2609
      e25905f0
    • Morris Jette's avatar
      Fix task binding by core/socket · 0636c055
      Morris Jette authored
      task/affinity plugin: Honor a job's --ntasks-per-socket and
          --ntasks-per-core options in task binding.
      bug 3118
      0636c055
    • Bjørn-Helge Mevik's avatar
      Correct bitmap test function · a04bef5a
      Bjørn-Helge Mevik authored
      Correct a bitmap test function (used only by the select/bluegene plugin).
        The effect of this bug is probably very limited as it will in almost
        all cases revert prematurely to a bit-by-bit test rather than using
        a full-word test.
      bug 3145
      a04bef5a
  11. 12 Oct, 2016 6 commits
  12. 11 Oct, 2016 2 commits