Skip to content
Snippets Groups Projects
  1. May 23, 2014
  2. May 22, 2014
  3. May 21, 2014
  4. May 20, 2014
  5. May 19, 2014
  6. May 15, 2014
  7. May 14, 2014
  8. May 13, 2014
    • Morris Jette's avatar
      More gracefully handle batch launch failure · a73012bc
      Morris Jette authored
      If a batch job launch request can not be built (the script file
      is missing, a credential can not be created, or the user does
      not exist on the selected compute node), then cancel the job
      in a graceful fashion. Previously, the bad RPC would be sent to
      the compute node and that node DRAINED.
      see bug 807
      a73012bc
    • 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
    • Morris Jette's avatar
      Expand log messages · 0f457b94
      Morris Jette authored
      0f457b94
Loading