1. 01 Jun, 2015 1 commit
    • Morris Jette's avatar
      Improve front-end selection for interactive jobs · 310c3f98
      Morris Jette authored
      If an salloc or srun command is executed on a "front-end" configuration,
          that job will be assigned a slurmd shepherd daemon on the same host as used
          to execute the command when possible rather than an slurmd daemon on an
          arbitrary front-end node.
      310c3f98
  2. 30 May, 2015 1 commit
  3. 29 May, 2015 5 commits
  4. 28 May, 2015 2 commits
  5. 27 May, 2015 1 commit
    • Morris Jette's avatar
      Map job --mem-per-cpu=0 to --mem=0. · 33c77302
      Morris Jette authored
      However, --mem=0 now reflects the appropriate amount of memory in the
      system, --mem-per-cpu=0 hasn't changed.  This allows all the memory to
      be allocated in a cgroup but is not "consumed" and is available for
      other jobs running on the same host.
      Eric Martin, Washington University School of Medicine
      33c77302
  6. 26 May, 2015 3 commits
  7. 22 May, 2015 3 commits
  8. 21 May, 2015 2 commits
  9. 20 May, 2015 2 commits
  10. 19 May, 2015 1 commit
  11. 16 May, 2015 1 commit
  12. 15 May, 2015 2 commits
  13. 14 May, 2015 3 commits
  14. 13 May, 2015 4 commits
  15. 12 May, 2015 2 commits
  16. 11 May, 2015 1 commit
    • Morris Jette's avatar
      Purge old step data on job requeue · beecc7b0
      Morris Jette authored
      Make sure that old step data is purged when a job is requeued.
      Without this logic, if a job terminates abnormally then old step
      data may be left in slurmctld. If the job is then requeued and
      started on a different node, referencing that old job step data
      can result in abnormal events. One specific failure mode is if
      the job is requeued on a node with a different number of cores,
      and the step terminated RPC arrives later, the job and step
      bitmaps of allocated cores can differ in size generating an
      abort.
      bug 1660
      beecc7b0
  17. 08 May, 2015 4 commits
  18. 07 May, 2015 1 commit
  19. 06 May, 2015 1 commit