1. 13 May, 2015 1 commit
    • Morris Jette's avatar
      Add logic for job container create at alloc time · fc359331
      Morris Jette authored
      Add PrologFlags option of "Contain" to create a proctrack container at
          job resource allocation time.
      At job allocation time, a slurmstepd is spawned on every allocated
          compute node in which to place external processes (e.g. PAM
          can place ssh processes into a cgroup).
      This entity is accounted for and reported by sacct as "<jobid>.extern".
      Some more testing and development remain, but it mostly works.
      fc359331
  2. 12 May, 2015 2 commits
  3. 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
  4. 08 May, 2015 4 commits
  5. 07 May, 2015 1 commit
  6. 06 May, 2015 4 commits
  7. 05 May, 2015 1 commit
  8. 04 May, 2015 1 commit
  9. 01 May, 2015 1 commit
  10. 30 Apr, 2015 4 commits
  11. 29 Apr, 2015 2 commits
  12. 28 Apr, 2015 4 commits
  13. 27 Apr, 2015 1 commit
    • Morris Jette's avatar
      Fix power save issues · 9eeaf283
      Morris Jette authored
      Fix some power_save mode issues: Parsing of SuspendTime in slurm.conf was
      bad, powered down nodes would get set non-responding if there was an
      in-flight message, and permit nodes to be powered down from any state.
      bug 1619
      9eeaf283
  14. 24 Apr, 2015 4 commits
  15. 23 Apr, 2015 2 commits
  16. 22 Apr, 2015 4 commits
  17. 21 Apr, 2015 3 commits