1. 28 Aug, 2015 12 commits
  2. 27 Aug, 2015 22 commits
  3. 26 Aug, 2015 6 commits
    • Morris Jette's avatar
      burst_buffer work · 983adc74
      Morris Jette authored
      Remove "is_job_array" argument to bb_g_job_validate2() function.
      Defer starting job that needs persistent burst buffer until it has been created.
      Avoid trying to create persistent burst buffer with duplicate name
      983adc74
    • Danny Auble's avatar
      Make MaxTRESPerUser work in sacctmgr. · 220f48d5
      Danny Auble authored
      220f48d5
    • Morris Jette's avatar
      burst_buffer/cray: add job_ptr to persistent create function · 38ae72cb
      Morris Jette authored
      This will be needed for TRES limit enforcement
      38ae72cb
    • Morris Jette's avatar
      Improve handling of last task in job array · 20b5703b
      Morris Jette authored
      This is a more thorough treatment of bug 1790 and commit
        d2545ca746ea0a2f9653664a601052cfd5eb8ad
        It clears the task_id_bitmap once the last task is scheduled
        and task_cnt becomes zero
      20b5703b
    • Morris Jette's avatar
      Merge branch 'slurm-14.11' · 18e72272
      Morris Jette authored
      18e72272
    • 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