1. 28 Feb, 2019 2 commits
    • Morris Jette's avatar
      select/cons_tres configuration check · 0ef86c57
      Morris Jette authored
      Disable a configuration of SelectTypeParameters=CR_ONE_TASK_PER_CORE with
      SelectType=select/cons_tres. This will be addressed later.
      0ef86c57
    • Marshall Garey's avatar
      Don't check InactiveLimit for salloc --no-shell jobs. · 874442f4
      Marshall Garey authored
      salloc --no-shell jobs aren't interactive, and won't respond to pings
      from the slurmctld, so they were previously getting killed after
      InactiveLimit seconds, even when they had a running step. InactiveLimit
      no longer applies for salloc --no-shell jobs.
      
      Bug 6560.
      874442f4
  2. 27 Feb, 2019 7 commits
  3. 26 Feb, 2019 2 commits
  4. 23 Feb, 2019 1 commit
    • Nathan Rini's avatar
      X11 fowarding - handle DISPLAY if screen number not present. · 55d1927e
      Nathan Rini authored
      X11 forwarding doesn't care about the screen number, so handle DISPLAY
      environment variables without that present correctly.
      
      E.g., both "localhost:10.0" and "localhost:10" are now handled, whereas
      previously only the first form would have been accepted.
      
      Bug 6532.
      55d1927e
  5. 20 Feb, 2019 1 commit
  6. 19 Feb, 2019 4 commits
  7. 14 Feb, 2019 2 commits
  8. 13 Feb, 2019 2 commits
  9. 11 Feb, 2019 5 commits
  10. 09 Feb, 2019 1 commit
  11. 08 Feb, 2019 3 commits
  12. 07 Feb, 2019 1 commit
  13. 06 Feb, 2019 1 commit
  14. 05 Feb, 2019 1 commit
    • Tim Wickberg's avatar
      Disable job expansion by default. · ec12aea8
      Tim Wickberg authored
      Add new SchedulerParameter of permit_job_expansion to permit expansion of
      running jobs.
      
      Replace the two calls to select_g_job_expand_allow() as all plugins return
      true anyways at this point. Return ESLURM_NOT_SUPPORTED instead of
      ESLURM_DEPENDENCY in one location as well to provide a better error
      message back to the user.
      
      Bug 5716.
      ec12aea8
  15. 01 Feb, 2019 2 commits
  16. 31 Jan, 2019 5 commits