1. 03 May, 2016 1 commit
  2. 02 May, 2016 1 commit
  3. 29 Apr, 2016 4 commits
  4. 28 Apr, 2016 4 commits
  5. 27 Apr, 2016 4 commits
  6. 26 Apr, 2016 7 commits
  7. 23 Apr, 2016 1 commit
  8. 20 Apr, 2016 2 commits
  9. 15 Apr, 2016 1 commit
  10. 14 Apr, 2016 1 commit
    • Morris Jette's avatar
      Set burst buffer reason for job · 49d483db
      Morris Jette authored
      If a job fails stage in, set its reason to BurstBufferOperation
      with a string describing what happened. Previously the reason was
      set to AdminHeld on stage-in failure.
      49d483db
  11. 13 Apr, 2016 2 commits
  12. 12 Apr, 2016 3 commits
  13. 11 Apr, 2016 7 commits
  14. 09 Apr, 2016 2 commits
    • Morris Jette's avatar
      Fix for commit e62a9270 · 06776b12
      Morris Jette authored
      For case where job can't start and there are no running jobs
      to remove in order to establish estimated start time.
      06776b12
    • Morris Jette's avatar
      backfill scheduling enhancement · e62a9270
      Morris Jette authored
      When determining when a pending job will be able to start, rather
        than testing after removing each running job and trying to schedule
        the pending jobs, remove multiple jobs that all end about the
        same time before testing. This reduces the number of calls to
        the job placement logic, which is time consuming.
      e62a9270