1. 21 May, 2014 1 commit
    • Morris Jette's avatar
      Add PriorityFlags of CALCULATE_RUNNING · cc937f3c
      Morris Jette authored
      add a PriorityFlags option of CALCULATE_RUNNING. If set, then the
      priority of running jobs will continue to be recalculated
      periodically. The PriorityFlags value reported by sview and
      "scontrol show config" will be reported as a string rather
      than its numeric value.
      cc937f3c
  2. 20 May, 2014 9 commits
  3. 19 May, 2014 11 commits
  4. 17 May, 2014 1 commit
    • Morris Jette's avatar
      CPU Frequency · 4dfa8f4d
      Morris Jette authored
      Always set to default values if no user input
      This is needed to clear any vestigial values from abnormal Slurm
      termination.
      4dfa8f4d
  5. 16 May, 2014 3 commits
    • Morris Jette's avatar
      cpu_freq set of governer, initialize var · fc357524
      Morris Jette authored
      Used uninitialized variable in using the srun --cpu-freq option to
      set the CPU governor, resulting in invalid memory reference.
      Some minor cosmtic changes too.
      fc357524
    • Morris Jette's avatar
      Add infrastructure for --cpu-freq governer · d3809cfb
      Morris Jette authored
      Add srun --cpu-freq options to set the CPU governor (OnDemand, Performance,
      Conservative, PowerSave or UserSpace).
      task/affinity: support set cpu_freq without cpuset (using hwloc and sched functions)
      Fix calculation used to set --cpu-freq=highm1 (relied upon ordering of possible
      CPU frequencies).
      d3809cfb
    • Morris Jette's avatar
      Remove cpu_freq from suspend/resume RPC · 20bd4452
      Morris Jette authored
      The suspend/resume is performed on a per-job basis, but the cpu_freq
      is set on a per job step basis. This is a partial reversion of
      commit 5e40f627
      20bd4452
  6. 15 May, 2014 11 commits
  7. 14 May, 2014 4 commits