1. 29 Jun, 2018 2 commits
  2. 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
  3. 26 Jun, 2018 6 commits
  4. 25 Jun, 2018 3 commits
  5. 22 Jun, 2018 7 commits
  6. 21 Jun, 2018 3 commits
  7. 20 Jun, 2018 16 commits
  8. 19 Jun, 2018 2 commits
    • Isaac Hartung's avatar
      Don't enforce MaxQueryTimeRange with specific jobs · d41cb31a
      Isaac Hartung authored
      When requesting specific jobids with sacct, the starttime of the request
      is 0, which will cause the time range to be outside of the
      MaxQueryTimeRange range -- if specified. When requesting specific
      jobids, sacct should be able to find the job whenever it started --
      unless confined to a smaller range with -S and/or -E.
      
      Bug 5009
      d41cb31a
    • Morris Jette's avatar
      heterogeneous job scheduling fix · 118a73b6
      Morris Jette authored
      For heterogeneous job component with required nodes, explicitly exclude
          those nodes from all other job components.
      118a73b6