1. 14 Jun, 2016 5 commits
    • Morris Jette's avatar
      Merge branch 'slurm-16.05' · e9fde3f9
      Morris Jette authored
      e9fde3f9
    • Morris Jette's avatar
      Recalculate a job's memory size · 2cff88e5
      Morris Jette authored
      Recalculate a job's memory allocation after node reboot if job requests all
          of a node's memory and FastSchedule=0 is configurated. Intel KNL memory size
          can change on reboot with various MCDRAM modes.
      bug 2822
      2cff88e5
    • Morris Jette's avatar
      Merge branch 'slurm-15.08' into slurm-16.05 · 291c8057
      Morris Jette authored
      291c8057
    • Alejandro Sanchez's avatar
      Remove eligible_time field from jobcomp/elasticsearch. · fff59395
      Alejandro Sanchez authored
      Initially I wanted to record somehow the time a job has been in PD state
      until it actually starts. To do so, I derived an eligible_time field which
      was calculated as start_time - begin_time. This was not correct and a user
      of the plugin reported that if the job remained a lot of time in PD state
      the field underflowed. A more accurate approach would be calculating the
      field as start_time - eligible_time (the actual Slurm eligible_time).
      Since this field is not accessible within the log_record function which
      receives a job_record struct as parameter, I've decided to just remove this
      field from being logged.
      fff59395
    • Morris Jette's avatar
      Recalculate a job's memory size · fbc60628
      Morris Jette authored
      Recalculate a job's memory allocation after node reboot if job requests all
          of a node's memory and FastSchedule=0 is configurated. Intel KNL memory size
          can change on reboot with various MCDRAM modes.
      bug 2822
      fbc60628
  2. 13 Jun, 2016 5 commits
  3. 11 Jun, 2016 2 commits
  4. 10 Jun, 2016 17 commits
  5. 09 Jun, 2016 11 commits