1. 07 Dec, 2013 1 commit
  2. 06 Dec, 2013 1 commit
  3. 05 Dec, 2013 3 commits
  4. 04 Dec, 2013 1 commit
  5. 03 Dec, 2013 3 commits
    • Morris Jette's avatar
      Improve REQUEST_JOB_INFO_SINGLE RPC performance · 80d3b343
      Morris Jette authored
      Use hash function to locate job records for improved performance.
      80d3b343
    • Morris Jette's avatar
      Improve REQUEST_JOB_INFO_SINGLE RPC performance · 14bcfe58
      Morris Jette authored
      Change partition write lock to a read lock as we use a different
      mechanism for hidden partitions in getting individual jobs.
      14bcfe58
    • Morris Jette's avatar
      Correct job dependency string · 08265c03
      Morris Jette authored
      Correct logic returning remaining job dependencies in job information
      reported by scontrol and squeue. Eliminates vestigial descriptors with
      no job ID values (e.g. "afterany"). As depdencies are removed, the
      job ID values were removed from the strings, but not the descriptors.
      This eliminates both. It also checks the full job ID to make sure we do
      not remove "afterany:1234" when job "123" completes.
      08265c03
  6. 02 Dec, 2013 4 commits
  7. 29 Nov, 2013 2 commits
  8. 27 Nov, 2013 2 commits
  9. 26 Nov, 2013 3 commits
  10. 25 Nov, 2013 1 commit
  11. 22 Nov, 2013 1 commit
  12. 16 Nov, 2013 2 commits
  13. 15 Nov, 2013 3 commits
  14. 14 Nov, 2013 1 commit
  15. 13 Nov, 2013 3 commits
    • Morris Jette's avatar
      Corrections to advanced reservation logic with overlapping jobs. · d6954b77
      Morris Jette authored
      This might have worked fine for core reservations or when there
      are sufficient idle nodes to use, the the select_g_resv_test()
      function clears the node bitmap for nodes that it can not use
      and the reservation create logic did not restore that bitmap
      after a failed resource selection attempt. This logic restores
      the node bitmap on a failed call to select_g_resv_test() so we
      can add nodes to the bitmap of available nodes rather than having
      it repeatedly cleared.
      The logic also adds some performance enhancements that I will
      add to in the next commit.
      d6954b77
    • David Bigagli's avatar
      Update NEWS file for commit dc0c4e29. · 3643c8a9
      David Bigagli authored
      3643c8a9
    • Morris Jette's avatar
      Fix bug in job step allocation failing due to memory limit · 21ed817c
      Morris Jette authored
      This fixes a bug where a system is enforcing memory limits and
      the job already has a step running on some of the nodes then
      tries to start another step using some of those nodes. For example
      wwith DefMemPerNode configured and the select plugin enforcing
      memory limits, try:
      salloc -N2 bash
      $ srun -N1 sleep 10&
      $ srun -N2 hostname
      Without this patch, the second srun would fail instead of pend.
      21ed817c
  16. 09 Nov, 2013 1 commit
  17. 08 Nov, 2013 1 commit
  18. 05 Nov, 2013 1 commit
  19. 04 Nov, 2013 6 commits