1. 04 May, 2017 6 commits
  2. 03 May, 2017 3 commits
  3. 02 May, 2017 1 commit
    • Morris Jette's avatar
      Maintain KNL feature order · 6690685a
      Morris Jette authored
      KNL features: Always keep active and available features in the same order:
          first site-specific features, next MCDRAM modes, last NUMA modes.
      bugs 3614, 3679
      6690685a
  4. 01 May, 2017 1 commit
  5. 28 Apr, 2017 2 commits
  6. 26 Apr, 2017 1 commit
  7. 24 Apr, 2017 3 commits
  8. 21 Apr, 2017 6 commits
  9. 20 Apr, 2017 3 commits
  10. 18 Apr, 2017 3 commits
  11. 15 Apr, 2017 10 commits
  12. 14 Apr, 2017 1 commit
    • Thomas Opfer's avatar
      Include submit_time when doing the sort for job scheduling. · 030d9d4b
      Thomas Opfer authored
      Improve job scheduling sort after sorting by priority we now sort by
      submit time and then by job id.  We used to not consider submit time.  This
      handles the case where the job_ids have rolled or we are doing federation
      scheduling.
      
      Bug 3524
      030d9d4b