1. 05 Jun, 2014 3 commits
  2. 04 Jun, 2014 4 commits
  3. 03 Jun, 2014 4 commits
  4. 29 May, 2014 1 commit
  5. 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
  6. 23 May, 2014 3 commits
  7. 21 May, 2014 5 commits
  8. 20 May, 2014 3 commits
  9. 19 May, 2014 1 commit
    • 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
  10. 15 May, 2014 2 commits
  11. 14 May, 2014 2 commits
  12. 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
  13. 12 May, 2014 4 commits
  14. 09 May, 2014 2 commits