1. 30 Jun, 2014 4 commits
  2. 29 Jun, 2014 1 commit
    • jette's avatar
      correct job end time if time limit infinite · 487bfd47
      jette authored
      sched/backfill - If job started with infinite time limit, set its end_time
      one year in the future. Previous logic would based it upon INFINITE and
      produce an overflow of the uint32_t time.
      487bfd47
  3. 27 Jun, 2014 7 commits
  4. 26 Jun, 2014 11 commits
  5. 25 Jun, 2014 15 commits
  6. 24 Jun, 2014 2 commits
    • Morris Jette's avatar
      core reservation distribution fix · aeecd03c
      Morris Jette authored
      Fix for core-based advanced reservations where the distribution of cores
      across nodes is not even. Failing test case:
      system has 10 nodes, 1 of which is fully occupied
      create reservation with 9 nodes and 10 cores
      always would fail with "busy nodes" error
      aeecd03c
    • Morris Jette's avatar
      Purely cosmetic changes · 339753a1
      Morris Jette authored
      339753a1