Skip to content
Snippets Groups Projects
  1. Dec 04, 2013
  2. Dec 03, 2013
  3. Dec 02, 2013
  4. Nov 29, 2013
  5. Nov 27, 2013
  6. Nov 26, 2013
  7. Nov 25, 2013
  8. Nov 24, 2013
  9. Nov 18, 2013
  10. Nov 14, 2013
  11. Nov 13, 2013
    • 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
Loading