1. 03 Dec, 2013 3 commits
    • 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
      Add SC13 BOF presentations · d042ce0d
      Morris Jette authored
      d042ce0d
    • 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
  2. 02 Dec, 2013 3 commits
  3. 29 Nov, 2013 6 commits
  4. 27 Nov, 2013 5 commits
  5. 26 Nov, 2013 5 commits
  6. 25 Nov, 2013 5 commits
  7. 24 Nov, 2013 3 commits
  8. 18 Nov, 2013 1 commit
  9. 14 Nov, 2013 4 commits
  10. 13 Nov, 2013 4 commits
    • Morris Jette's avatar
      Update large systems named on web page · 18d55013
      Morris Jette authored
      18d55013
    • Morris Jette's avatar
      Add _DEBUG parameter to reservation module · 37e81da6
      Morris Jette authored
      This makes it simpler to enable detailed debugging for reservations.
      This includes more information than we probably want to see with
      the DebugFlag=reservation and would be only for developer debugging
      37e81da6
    • 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
    • Morris Jette's avatar
      Remove vestigial RMS man page reference · 9c5a4b6f
      Morris Jette authored
      9c5a4b6f
  11. 12 Nov, 2013 1 commit