1. 18 Dec, 2018 2 commits
    • Morris Jette's avatar
      select/cons_tres logic flaw · 97c0c50e
      Morris Jette authored
      The previous select/cons_tres logic would under some circumstances
      allocate a job more cores/CPUs than requested. One specific example
      is a cluster having nodes with 4 cores, 2 hyperthreads each. A
      job request for 20 tasks would launch 8 tasks on 8 CPUs on each
      of 2 nodes and 4 tasks on 6 CPUs on a third node (i.e. a total of
      22 CPUs when only 20 are needed).
      97c0c50e
    • Tim Wickberg's avatar
      Remove SHOW_DETAIL2 flag, and handling from scontrol. · e55e892d
      Tim Wickberg authored
      Only use removed prior to 17.11 in 04bc96f6.
      
      Bug 6261.
      e55e892d
  2. 17 Dec, 2018 4 commits
  3. 15 Dec, 2018 5 commits
  4. 14 Dec, 2018 4 commits
  5. 13 Dec, 2018 2 commits
    • Morris Jette's avatar
      gres/mps scheduling · b1d7368e
      Morris Jette authored
      Add support for co-scheduling of gres/gpu and gres/mps.
        GPUs that are allocated to one are avoided for the other
        GRES type.
      Add gres/mps documentation
      Recover job gres/mps state on slurmctld restart. Wwe need to use
        job gres/mps state to recover node info since we will not know
         the count of mps on each device file until the node registers
      b1d7368e
    • Michael Hinton's avatar
      Fix bug where frequencies of GPUs in a cgroup were not set · 8a11ea4e
      Michael Hinton authored
      Check for cgroup usage and change GPU indexes accordingly.
      Fix formatting errors in docs.
      bug 5520
      8a11ea4e
  6. 11 Dec, 2018 12 commits
  7. 10 Dec, 2018 6 commits
  8. 09 Dec, 2018 5 commits