1. 28 Sep, 2018 4 commits
    • Morris Jette's avatar
    • Danny Auble's avatar
      Continuation of 8028d717 · b7f2c764
      Danny Auble authored
      Bug 5165
      
      It was still possible for job priority to go down to 0, because I was
      letting last_prio get set down to 1, then later on we were using
      last_prio-1 as the new job priority. Since last_prio was 1, then new
      job priority was 1-1=0. This happened when the job priorities were all
      at 2 (which I never tested). Michael found it by running test2.26 in a
      case where initial job priorities were 2:
      
      spawn /home/marshall/slurm/18.08/voyager/bin/squeue --name=test2.26 -o JOB_ID=%A PRIO=%Q
      JOB_ID=JOBID PRIO=PRIORITY
      JOB_ID=10702 PRIO=2
      JOB_ID=10703 PRIO=2
      JOB_ID=10704 PRIO=2
      Reset and test job priorities
      
      spawn /home/marshall/slurm/18.08/voyager/bin/scontrol top 10704,10703
      spawn /home/marshall/slurm/18.08/voyager/bin/squeue --name=test2.26 -o JOB_ID=%A PRIO=%Q
      JOB_ID=JOBID PRIO=PRIORITY
      JOB_ID=10704 PRIO=2
      JOB_ID=10703 PRIO=1
      JOB_ID=10702 PRIO=0
      Reset and test job priorities
      b7f2c764
    • Danny Auble's avatar
      Continuation of c5f69240 · 068c17f6
      Danny Auble authored
      Fix memory leak in previous patch.
      
      Bug 5479
      
      Coverity 188464
      068c17f6
    • Dominik Bartkiewicz's avatar
      slurmsmwd - handle parsing issue when the inst or svc_id fields are set. · 123c1945
      Dominik Bartkiewicz authored
      The format for this field is "<inst>:<svc_id>:<comp_id>"; if inst or svc_id
      are unset then they're blank, and the parsing code had assumed they would
      always be blank as the systems slurmsmwd were developed on never used them.
      
      Bug 5411.
      123c1945
  2. 27 Sep, 2018 4 commits
  3. 26 Sep, 2018 1 commit
  4. 25 Sep, 2018 3 commits
  5. 24 Sep, 2018 3 commits
  6. 21 Sep, 2018 10 commits
  7. 20 Sep, 2018 4 commits
  8. 19 Sep, 2018 2 commits
  9. 17 Sep, 2018 7 commits
  10. 13 Sep, 2018 2 commits