1. 16 Jul, 2015 2 commits
    • Morris Jette's avatar
      Revert not counting throttled threads · eaee7841
      Morris Jette authored
      Revert modification that would NOT count pthreads that are being
        throttled against the slurmctld limit. Harvard reported that
        slurmctld would spawn so many pthreads that it failed. In
        extreme environments, the slurmctld could spawn tens of
        thousands of pthreads with the modified logic.
      eaee7841
    • Morris Jette's avatar
      Merge branch 'slurm-14.11' · a18bec9c
      Morris Jette authored
      Conflicts:
      	doc/man/man1/squeue.1
      	src/common/slurm_protocol_defs.c
      a18bec9c
  2. 15 Jul, 2015 8 commits
  3. 14 Jul, 2015 10 commits
  4. 13 Jul, 2015 4 commits
    • Morris Jette's avatar
      Merge branch 'slurm-14.11' · 69712df5
      Morris Jette authored
      69712df5
    • Morris Jette's avatar
      Don't purge completing job · c7226213
      Morris Jette authored
      Old logic could purge a job record for a job that was in
        completing state (if there was also a lot of agent threads).
        This change prevents purging job records for completing jobs.
      c7226213
    • Morris Jette's avatar
      job array update results in bad task ID · 29a52f60
      Morris Jette authored
      Fix to job array update logic that can result in a task ID of 4294967294.
      To reproduce:
      $ sbatch --exclusive -a 1,3,5 tmp
      Submitted batch job 11825
      $ scontrol update jobid=11825_[3,4,5] timelimit=3
      $ squeue
                   JOBID PARTITION     NAME     USER ST       TIME  NODES NODELIST(REASON)
                 11825_3     debug      tmp    jette PD       0:00      1 (None)
                 11825_4     debug      tmp    jette PD       0:00      1 (None)
                 11825_5     debug      tmp    jette PD       0:00      1 (None)
                   11825     debug      tmp    jette PD       0:00      1 (Resources)
      A new job array entry was created for task ID 4 and the "master" job
      array record now has a task ID of 4294967294.
      The logic with the bug was using the wrong variable in a test.
      bug 1790
      29a52f60
    • Gene Soudlenkov's avatar
      Fix segfault when updating timelimit on jobarray task. · 0560d8b2
      Gene Soudlenkov authored
      Bug 1799
      0560d8b2
  5. 11 Jul, 2015 2 commits
  6. 10 Jul, 2015 14 commits