1. 10 Feb, 2014 5 commits
  2. 09 Feb, 2014 1 commit
  3. 08 Feb, 2014 2 commits
  4. 07 Feb, 2014 2 commits
  5. 06 Feb, 2014 3 commits
  6. 05 Feb, 2014 5 commits
  7. 04 Feb, 2014 4 commits
  8. 03 Feb, 2014 1 commit
  9. 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
  10. 29 Jan, 2014 1 commit
  11. 28 Jan, 2014 1 commit
  12. 25 Jan, 2014 2 commits
    • jette's avatar
      Fix a couple of typos in NEWS · d1081a6d
      jette authored
      d1081a6d
    • Morris Jette's avatar
      Split job "shared" field · f21d21d6
      Morris Jette authored
      Split a slurmctld's job record "shared" field into "share_res"
      (share resource) and "whole_node" fields. Needed to better manage
      allocation of whole nodes for core specialization without disabling
      gang scheduling of such jobs.
      f21d21d6
  13. 23 Jan, 2014 5 commits
  14. 22 Jan, 2014 1 commit
  15. 21 Jan, 2014 2 commits
  16. 20 Jan, 2014 1 commit
  17. 18 Jan, 2014 1 commit