1. 11 Jun, 2014 1 commit
    • Morris Jette's avatar
      sched/backfill performance improvements · 1666af5e
      Morris Jette authored
      Remove duplicate backfill scheduling tests. For example there is
      no need to test if a job can be started if the only difference
      from the previous test involves nodes in other partitions that
      can not be used by the job we are trying to start.
      1666af5e
  2. 10 Jun, 2014 5 commits
  3. 09 Jun, 2014 3 commits
  4. 07 Jun, 2014 4 commits
  5. 06 Jun, 2014 2 commits
  6. 05 Jun, 2014 11 commits
  7. 04 Jun, 2014 5 commits
  8. 03 Jun, 2014 6 commits
  9. 30 May, 2014 1 commit
    • Morris Jette's avatar
      Speed up shutdown process · 12a7d67c
      Morris Jette authored
      If shutdown of the slurmctld daemon is in progress, then stop
      trying to schedule jobs or process reconfigure requests. These
      are the only operations that take a significant amount of time
      and only service to slow down the shutdown process. We want the
      daemon to stop processing incoming RPCs and save state as soon
      as possible.
      12a7d67c
  10. 29 May, 2014 2 commits