1. 28 Sep, 2018 6 commits
    • Michael Hinton's avatar
      sacct: Print error when unknown arguments are found · 4ba1bea2
      Michael Hinton authored
      Since sacct exits the program when it finds unknown parameters, the
      debug2() statements should be escalated to error() statements.
      The first debug2() even had "Error: " in it.
      Get rid of extra newline.
      
      Bug 5421
      4ba1bea2
    • Marshall Garey's avatar
      Fix formatting in "LIST/SHOW RUNAWAYJOB FORMAT OPTIONS" · 4e9697a8
      Marshall Garey authored
      Bug 5786
      4e9697a8
    • 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