1. 09 Jun, 2014 1 commit
  2. 07 Jun, 2014 2 commits
  3. 06 Jun, 2014 3 commits
  4. 05 Jun, 2014 6 commits
  5. 04 Jun, 2014 4 commits
  6. 03 Jun, 2014 4 commits
  7. 31 May, 2014 1 commit
  8. 29 May, 2014 1 commit
  9. 28 May, 2014 2 commits
    • Danny Auble's avatar
      d75bcaa5
    • Morris Jette's avatar
      Added SchedulerParameters value of Ignore_NUMA · 47f482ab
      Morris Jette authored
      This give system administrators the option on AMD Opteron 6000
      series processors of either considering each NUMA node on a socket
      as a separate socket (resulting in some incorrect logging of socket
      count information) or not (resulting in sub-optimal job allocations
      since each core in the socket will be considered equivalent, even
      if on different NUMA nodes within the socket).
      bug 838
      47f482ab
  10. 23 May, 2014 4 commits
  11. 21 May, 2014 6 commits
  12. 20 May, 2014 3 commits
  13. 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
  14. 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