1. 25 Oct, 2013 2 commits
    • Morris Jette's avatar
      Sinfo performance improvements · fd3b75a9
      Morris Jette authored
      This avoids building hostlist information with NodeHostName and
      NodeAddr information unless explisitly requested and can improve
      performance for the default mode of operation by about 65%.
      fd3b75a9
    • Morris Jette's avatar
      Correct stdout/err name with job id · 2c2fd9f0
      Morris Jette authored
      Correct sbatch documentation and job_submit/pbs plugin "%j" is job ID,
      not "%J" (which is job_id.step_id).
      2c2fd9f0
  2. 24 Oct, 2013 1 commit
    • Morris Jette's avatar
      Improve setting of job wait "Reason" field. · cf7ca59b
      Morris Jette authored
      Without this change a job with a reason of WAIT_PART_DOWN,
      WAIT_PART_INACTIVE, WAIT_PART_NODE_LIMIT, WAIT_PART_TIME_LIMIT, or
      WAIT_QOS_THRES would not be cleared when that reason no longer
      applied.
      cf7ca59b
  3. 22 Oct, 2013 4 commits
  4. 21 Oct, 2013 1 commit
  5. 20 Oct, 2013 1 commit
    • jette's avatar
      sched/backfill - Prevent invalid memory ref with bf_continue · ea1b316c
      jette authored
      If the backfill scheduler relinquishes locks and the normal job
      scheduler starts a job that the backfill scheduler was actively
      working, the backfill scheduler will try to re-schedule that
      same job, possibly resulting in an invalid memory reference
      or other badness.
      ea1b316c
  6. 19 Oct, 2013 2 commits
  7. 17 Oct, 2013 2 commits
  8. 16 Oct, 2013 1 commit
  9. 15 Oct, 2013 3 commits
  10. 14 Oct, 2013 2 commits
  11. 11 Oct, 2013 5 commits
  12. 10 Oct, 2013 1 commit
  13. 09 Oct, 2013 3 commits
  14. 08 Oct, 2013 1 commit
    • Morris Jette's avatar
      EpilogSlurmctld race condition/SEGV fix · 04f06338
      Morris Jette authored
      EpilogSlurmctld pthread is passed required arguments rather than a pointer
      to the job record, which under some conditions could be purged and result
      in an invalid memory reference.
      04f06338
  15. 07 Oct, 2013 1 commit
  16. 03 Oct, 2013 5 commits
  17. 02 Oct, 2013 3 commits
  18. 01 Oct, 2013 2 commits