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 3 commits
  3. 19 May, 2014 2 commits
    • Morris Jette's avatar
      Properly handle job requeue options · 68a4bfd7
      Morris Jette authored
      Properly enforce job --requeue and --norequeue options. Previous
      logic was in three places not doing so (either ignoring the value,
      ANDing it with the JobRequeue configuration option or using the
      JobRequeue configuration option by itself).
      bug 821
      68a4bfd7
    • Morris Jette's avatar
      Support cpu-freq reset with gang scheduling · c7128dd5
      Morris Jette authored
      Add support for a job step's CPU governor and/or frequency to be reset on
      suspend/resume (or gang scheduling). The default for an idle CPU will now
      be "ondemand" rather than "userspace" with the lowest frequency (to recover
      from hard slurmd failures and support gang scheduling).
      c7128dd5
  4. 16 May, 2014 1 commit
    • 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
  5. 15 May, 2014 4 commits
  6. 14 May, 2014 2 commits
  7. 13 May, 2014 4 commits
    • Morris Jette's avatar
      Correct CR_LLN with node selection by job · 899561b1
      Morris Jette authored
      Correct SelectTypeParameters=CR_LLN with job selecition of specific nodes.
      Previous logic would in most instances allocate resources on all nodes
      to the job.
      899561b1
    • Morris Jette's avatar
      Correct squeue job node & CPU counts on requeue · 4f97cae8
      Morris Jette authored
      Correct squeue's job node and CPU counts for requeued jobs.
      Previously, when a job was requeued, its CPU count reported
      was that of the previous execution. When combined with the
      --ntasks-per-node option, squeue would compute the expected
      node count. If the --exclusive option is also used, the node
      count reported by squeue could be off by a large margin (e.g.
      "sbatch --exclusive --ntasks-per-node=1 -N1 .." on requeue
      would use the number of CPUs on the allocated node to recompute
      the expected node count).
      bug 756
      4f97cae8
    • Danny Auble's avatar
      Fix issue where batch cpuset wasn't looked at correctly in · c5728294
      Danny Auble authored
      jobacct_gather/cgroup.
      c5728294
    • Morris Jette's avatar
      Support non-standard slurm.conf path · 3bf2adcd
      Morris Jette authored
      Support SLURM_CONF path which does not have "slurm.conf" as the file name.
      bug 803
      3bf2adcd
  8. 12 May, 2014 5 commits
  9. 09 May, 2014 3 commits
  10. 08 May, 2014 2 commits
    • Morris Jette's avatar
      Fix sinfo -R to print each node once · b5ace9a8
      Morris Jette authored
      Fix sinfo -R to print each down/drained node once, rather than once per
      partition. This was broken in the sinfo change to process each partition's
      information in a separate pthread.
      b5ace9a8
    • Morris Jette's avatar
      Correct sinfo sort fields options · ff518ad1
      Morris Jette authored
      Correct sinfo --sort fields to match documentation: E => Reason,
      H -> Reason Time (new), R -> Partition Name, u/U -> Reason user (new)
      ff518ad1
  11. 07 May, 2014 5 commits
  12. 06 May, 2014 6 commits
  13. 05 May, 2014 2 commits