1. 06 May, 2014 2 commits
  2. 05 May, 2014 5 commits
  3. 02 May, 2014 2 commits
  4. 30 Apr, 2014 1 commit
    • Morris Jette's avatar
      switch/nrt - CAU and RMDA tracking correction · 6f66fdef
      Morris Jette authored
      Switch/nrt - Properly track usage of CAU and RDMA resources with multiple
      tasks per compute node. Previous logic would allocate resources once per
      task and then deallocate once per node, leaking CMA and RDMA resources
      and preventing their use by future jobs.
      6f66fdef
  5. 18 Apr, 2014 1 commit
    • Morris Jette's avatar
      switch/nrt - free partial allocation · a197a1da
      Morris Jette authored
      On switch resource allocation failure, free partial allocation.
      Failure mode was CAU could be allocated on some nodes, but not
      others. The CAU allocated on nodes and switches up to the failure
      point were never released.
      a197a1da
  6. 08 Apr, 2014 5 commits
  7. 07 Apr, 2014 7 commits
  8. 05 Apr, 2014 6 commits
  9. 04 Apr, 2014 8 commits
  10. 03 Apr, 2014 2 commits
  11. 02 Apr, 2014 1 commit
    • Morris Jette's avatar
      Minor tweak to scheduler cycle timing · 8fb863f9
      Morris Jette authored
      Decrease maximimum scheduler main loop run time from 10 secs to
      4 secs for improved performance.
      If running with sched/backfill, do not run through all jobs on
      periodic scheduling loop, but only the default depth. The
      backfill scheduler can go through more jobs anyway due to its
      ability to relinquish and recover locks.
      See bug 616
      8fb863f9