1. 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
  2. 04 Jul, 2018 4 commits
  3. 03 Jul, 2018 7 commits
  4. 02 Jul, 2018 9 commits
  5. 29 Jun, 2018 5 commits
  6. 27 Jun, 2018 1 commit
    • Morris Jette's avatar
      cons_tres: remove bad max_cpus job limit · 01687e05
      Morris Jette authored
      Original logic was testing against number of available CPUs on a
      node, not the number actually being allocated. This can easily result
      in a valid job not being possible to run. Note that setting the
      max_cpus parameter requires the "scontrol update jobid=# numcpus=#-#"
      command be explicitly executed as the option is not available at
      job submit time, so it isn't something likely to happen on a
      production system. Also note this bug exists in the cons_res plugin
      and was just copied to cons_tres.
      01687e05
  7. 26 Jun, 2018 6 commits
  8. 25 Jun, 2018 3 commits
  9. 22 Jun, 2018 2 commits