1. 05 Apr, 2019 4 commits
  2. 04 Apr, 2019 12 commits
  3. 03 Apr, 2019 22 commits
  4. 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