1. 22 Sep, 2015 1 commit
  2. 21 Sep, 2015 2 commits
  3. 17 Sep, 2015 2 commits
  4. 11 Sep, 2015 3 commits
  5. 10 Sep, 2015 5 commits
  6. 09 Sep, 2015 2 commits
  7. 08 Sep, 2015 7 commits
  8. 02 Sep, 2015 4 commits
  9. 01 Sep, 2015 6 commits
  10. 28 Aug, 2015 4 commits
  11. 27 Aug, 2015 3 commits
  12. 26 Aug, 2015 1 commit
    • Morris Jette's avatar
      Prevent wrong job array task ID from being shown · 1d2545ca
      Morris Jette authored
      Prevent job array task ID from being reported as NO_VAL if last task in the
        array gets requeued. The problem is that when that task starts, the task
        bitmap entry for it stays set, but the task counter gets decremented.
        If that job then gets requeued, under some conditions a failure to schedule
        it results in the array_task_id in the job record getting set to NO_VAL.
        Then when building the job info to report for squeue/scontrol, the string
        showing the pending task ID's is not rebuilt due to that counter being
        zero. All indications are that the job runs fine, only the information
        reported to squeue/scontrol is wrong.
      bug 1790
      1d2545ca