Commit 843c1e2c authored by Moe Jette's avatar Moe Jette
Browse files

merge second set of srun patches from mark grondona, plus fix several bugs

  found in testing that new code:
- avoid draining node if stdout/err file can't be created
- correction in logic for >1 thread per core in setting a job's SLURM_CPUS_ON_NODE env var
- Fix for uneven task distributions on heterogeneous clusters
  (e.g. 4 CPUs on the first node and 2 CPUs on the second,
  a task_count=2 resulted in cpus_per_task=3, and previously
  allocated both tasks to the first node, now does one task
  per node)
parent 70120613
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment