1. 13 Nov, 2013 1 commit
    • Morris Jette's avatar
      Fix bug in job step allocation failing due to memory limit · 21ed817c
      Morris Jette authored
      This fixes a bug where a system is enforcing memory limits and
      the job already has a step running on some of the nodes then
      tries to start another step using some of those nodes. For example
      wwith DefMemPerNode configured and the select plugin enforcing
      memory limits, try:
      salloc -N2 bash
      $ srun -N1 sleep 10&
      $ srun -N2 hostname
      Without this patch, the second srun would fail instead of pend.
      21ed817c
  2. 12 Nov, 2013 15 commits
  3. 11 Nov, 2013 1 commit
  4. 10 Nov, 2013 1 commit
  5. 09 Nov, 2013 5 commits
  6. 08 Nov, 2013 9 commits
  7. 07 Nov, 2013 4 commits
  8. 06 Nov, 2013 4 commits