1. 06 Mar, 2014 1 commit
  2. 04 Mar, 2014 4 commits
  3. 03 Mar, 2014 2 commits
  4. 02 Mar, 2014 1 commit
    • jette's avatar
      Add SchedulerParameters option bf_max_job_start · 1b0c4a33
      jette authored
      Add support for SchedulerParameters value of bf_max_job_start that limits
      the total number of jobs that can be started in a single iteration of the
      backfill scheduler.
      bug 607
      1b0c4a33
  5. 27 Feb, 2014 3 commits
  6. 26 Feb, 2014 2 commits
  7. 25 Feb, 2014 2 commits
  8. 21 Feb, 2014 3 commits
  9. 20 Feb, 2014 2 commits
  10. 19 Feb, 2014 2 commits
  11. 14 Feb, 2014 2 commits
  12. 13 Feb, 2014 1 commit
  13. 12 Feb, 2014 1 commit
  14. 10 Feb, 2014 1 commit
  15. 09 Feb, 2014 1 commit
  16. 08 Feb, 2014 2 commits
  17. 07 Feb, 2014 1 commit
  18. 05 Feb, 2014 3 commits
  19. 04 Feb, 2014 2 commits
  20. 03 Feb, 2014 1 commit
  21. 31 Jan, 2014 3 commits
    • David Bigagli's avatar
      31d409b7
    • Danny Auble's avatar
      Make sure node limits get assessed if no node count was given in request. · 5b0f9c39
      Danny Auble authored
      i.e. salloc -n32 doesn't request the number of nodes and with the previous
      code if this request used 4 nodes and only 1 was left in GrpNodes it
      would just run with no issue since we were checking things before we
      selected how many nodes it ran on.
      
      Now we check this afterwards so we always check the limits on how many
      nodes, cpus and how much memory is to be used.
      5b0f9c39
    • Morris Jette's avatar
      Fix step allocation failure due to memory use · 8b76b93c
      Morris Jette authored
      Fix step allocation when some CPUs are not available due to memory limits.
      This happens when one step is active and using memory that blocks the
      scheduling of another step on a portion of the CPUs needed. The new step
      is now delayed rather than aborting with "Requested node configuration is
      not available".
      bug 577
      8b76b93c