1. 06 Jul, 2018 13 commits
  2. 05 Jul, 2018 3 commits
    • Danny Auble's avatar
      Make it so the slurmdbd's pid file gets created before initing · 7e47579f
      Danny Auble authored
      the database.
      
      Bug 5247
      7e47579f
    • Morris Jette's avatar
      Fix KNL feature reboot logic · c368ff89
      Morris Jette authored
      Previous logic could trigger KNL node reboot when job did not
      request any KNL MCDRAM or NUMA modes as features. For example:
      srun -N3 -C "[foo*1&bar*2]" hostname
      would trigger reboot of all KNL nodes even though no KNL-specific
      features were requested. This bug only exists in v18.08 and was
      introduced when expanding KNL node feature specification capabilities.
      c368ff89
    • Morris Jette's avatar
      cons_tres: refactor node weight management · 5e1a3d59
      Morris Jette authored
      Invoke select_g_job_test() one time with all valid node rather than
      multiple times when adding higher weight nodes. This results in
      the job allocation always accumulating nodes from lower to higher
      weights rather than possibly using mostly higher weight nodes.
      It also streamlines the resource allocation process for most
      configurations by eliminating some repeated logic as groups
      of nodes are added for consideration by the select plugin.
      5e1a3d59
  3. 04 Jul, 2018 6 commits
  4. 03 Jul, 2018 9 commits
  5. 02 Jul, 2018 9 commits