1. 30 Jun, 2014 2 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 4 commits
  4. 26 Jun, 2014 5 commits
  5. 25 Jun, 2014 7 commits
  6. 24 Jun, 2014 1 commit
    • 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
  7. 20 Jun, 2014 1 commit
  8. 19 Jun, 2014 4 commits
  9. 18 Jun, 2014 1 commit
    • David Bigagli's avatar
      Serialize sinfo as needed · 5351d393
      David Bigagli authored
      the sinfo command is parallelized for performance reasons and it
      really can not be completely parallelized for some use cases.
      see bug 883
      5351d393
  10. 17 Jun, 2014 4 commits
  11. 16 Jun, 2014 1 commit
  12. 12 Jun, 2014 6 commits
  13. 11 Jun, 2014 2 commits
    • David Bigagli's avatar
      Fix slurmstepd core dump. · 561be64f
      David Bigagli authored
      561be64f
    • Morris Jette's avatar
      Add DebugFlag of BackfillMap · 3c2bffb6
      Morris Jette authored
      Add DebugFlag of BackfillMap. Previously a DebugFlag value of Backfill
      logged information about what it was doing plus a map of expected resouce
      use in the future. Now that very verbose resource use map is only logged
      with a DebugFlag value of BackfillMap
      3c2bffb6
  14. 10 Jun, 2014 1 commit