1. 02 Jul, 2014 2 commits
  2. 01 Jul, 2014 1 commit
    • Morris Jette's avatar
      correct step partition reported · e8af2e0b
      Morris Jette authored
      Report correct partition associated with a step if the job is submitted to
      multiple partitions. Previously all of the partitions that the job could
      run in would be reported for the step.
      e8af2e0b
  3. 30 Jun, 2014 4 commits
  4. 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
  5. 27 Jun, 2014 4 commits
  6. 26 Jun, 2014 5 commits
  7. 25 Jun, 2014 7 commits
  8. 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
  9. 20 Jun, 2014 1 commit
  10. 19 Jun, 2014 4 commits
  11. 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
  12. 17 Jun, 2014 4 commits
  13. 16 Jun, 2014 1 commit
  14. 12 Jun, 2014 4 commits
    • Morris Jette's avatar
      scontrol show job report correct CPU_IDs · 04921aa2
      Morris Jette authored
      For "scontrol --details show job" report the correct CPU_IDs when thre are
      multiple threads per core (we are translating a core bitmap to CPU IDs).
      This is an enhancement of commit 83d626ca
      so the node table is only loaded once for the entire job table.
      bug 850
      04921aa2
    • Morris Jette's avatar
      Fix job --exclusive option enforcement · f07f19eb
      Morris Jette authored
      If job requests --exclusive then do not use nodes which have any cores in an
      advanced reservation. Also prevents case where nodes can be shared by other
      jobs.
      f07f19eb
    • Morris Jette's avatar
      Honor job exclusive with reserved cores · f5d6bda0
      Morris Jette authored
      If job requests --exclusive then do not use nodes which have any cores in an
      advanced reservation. Previously the job would be allocated all of the cores
      outside of the advanced reservation.
      f5d6bda0
    • Morris Jette's avatar
      Fix shared=yes support · c773b750
      Morris Jette authored
      Correct support for partition with Shared=YES configuration.
      Previous logic would share resources for jobs by default
      (i.e. if user did not explicitly request --exclusive).
      bug 758
      c773b750