1. 17 Jun, 2014 12 commits
  2. 16 Jun, 2014 2 commits
  3. 14 Jun, 2014 2 commits
    • jette's avatar
      Don't reject job on fast-schedule · a8c0b701
      jette authored
      If FastSchedule=0 is configured and some nodes have not registered
      for service (so we do not know their actual resource counts), then
      leave the job pending rather than rejecting it without knowing if
      it can run later (when the node registers and we know its specs).
      bug 872
      a8c0b701
    • jette's avatar
      Replace RPC number with name in log · 24bec0bf
      jette authored
      24bec0bf
  4. 13 Jun, 2014 2 commits
  5. 12 Jun, 2014 13 commits
  6. 11 Jun, 2014 9 commits
    • David Bigagli's avatar
      Fix slurmstepd core dump. · 561be64f
      David Bigagli authored
      561be64f
    • Morris Jette's avatar
      backfill logging improvement · 95ae7150
      Morris Jette authored
      95ae7150
    • Morris Jette's avatar
      backfill - continue after failed job start · b493c5dc
      Morris Jette authored
      When a decision is made to start a job, if for some
      reason that job's start failed, the backfill scheduler
      would previously just exit. With this change, it logs
      the event and reserves the resources expected to be
      used and continues down the job queue.
      b493c5dc
    • Morris Jette's avatar
      backfill - improve resource map build · 6c42ef26
      Morris Jette authored
      This change prevents creation of some back-to-back records with
      the same resources, but different times.
      6c42ef26
    • Morris Jette's avatar
      Format improvements · 4439417c
      Morris Jette authored
      No change in logic
      4439417c
    • Morris Jette's avatar
      backfill improvements · a5ab240f
      Morris Jette authored
      Improved logging of backfill scheduling actions
      Better handling of backfill_resolution logic to avoid creating
         some records that are not needed
      Avoid creating some backfill scheduling maps with zero duration
      The net effect should be slightly improved performance with no
         significant difference in action
      a5ab240f
    • Morris Jette's avatar
      Add DebugFlag BackfillMap document · 4c901129
      Morris Jette authored
      Update slurm.conf man page for DebugFlag BackfillMap. This should be
      considered part of commit 3c2bffb6
      4c901129
    • Morris Jette's avatar
      Add DebugFlag of BackfillMap · 3c2bffb6
      Morris Jette authored
      Add DebugFlag of BackfillMap. Previously a DebugFlag value of Backfill
      logged information about what it was doing plus a map of expected resouce
      use in the future. Now that very verbose resource use map is only logged
      with a DebugFlag value of BackfillMap
      3c2bffb6
    • Morris Jette's avatar
      Backfill logging · 4824daf0
      Morris Jette authored
      Log not only the count of jobs tested since the last time locks
      were released, but also the total job count since the backfill
      scheduler started.
      4824daf0