1. 03 Apr, 2019 1 commit
    • Morris Jette's avatar
      Load GRES info from slurm.conf · 02ad8fdd
      Morris Jette authored
      If GRES configuration data is unavailable from gres.conf, then use the
          node's "Gres=" information slurm.conf. This will eliminate or minimize the
          gres.conf file in many situations.
      bug 6761
      02ad8fdd
  2. 02 Apr, 2019 2 commits
    • Felip Moll's avatar
      Do not set CUDA_VISIBLE_DEVICES=NoDevFiles · d618ade0
      Felip Moll authored
      In 0e149092 not setting the variable when job was not requesting any gres
      was considered a bug. The cuda API will use all devices if the variable is
      not set. If it is set to some unknown or empty value, it will use no devices.
      This variable should be used only for testing purposes and ConstrainDevices=yes
      in cgroup is recommended.
      
      Bug 6412
      d618ade0
    • Felip Moll's avatar
      Always call environment setup in gres plugins · e5646775
      Felip Moll authored
      gres plugins will setup environment for every gres in the system even if the
      job has not requested it.
      
      Bug 6412
      e5646775
  3. 28 Mar, 2019 1 commit
    • Broderick Gardner's avatar
      Optimize backfill max job parameters · 7c80bc9b
      Broderick Gardner authored
      Removed linear search, replaced with direct record references and a hashmap.
      This is faster and avoids potential collisions between assoc id's and user id's.
      Bug 4811
      7c80bc9b
  4. 27 Mar, 2019 1 commit
  5. 26 Mar, 2019 1 commit
  6. 21 Mar, 2019 2 commits
  7. 20 Mar, 2019 5 commits
  8. 19 Mar, 2019 2 commits
  9. 15 Mar, 2019 2 commits
  10. 13 Mar, 2019 3 commits
  11. 12 Mar, 2019 3 commits
  12. 11 Mar, 2019 2 commits
  13. 07 Mar, 2019 11 commits
  14. 06 Mar, 2019 4 commits