1. 19 Aug, 2014 5 commits
    • Morris Jette's avatar
      Correct step's node allocation · adc9740d
      Morris Jette authored
      Under some conditions a step may be allocated fewer nodes than requested. Specifically, if the job uses the --exclusive --nodelist and in some fashion a higher node count, it may only be allocated the nodes in the specified node list. For example:
      $ srun  -n2 --exclusive --ntasks-per-node=1 --cpus-per-task=4 -w smd1 hostname
      smd1
      smd1
      
      This problem appears to only exist in version 14.11 and only applies to the step allocation, not the job allocation.
      adc9740d
    • Morris Jette's avatar
      cosmetic mods · 24219e40
      Morris Jette authored
      24219e40
    • Morris Jette's avatar
      Merge branch 'slurm-14.03' · d86419de
      Morris Jette authored
      d86419de
    • Morris Jette's avatar
      Fix CR_PACK_NODES for stand-along srun · 86dd08ef
      Morris Jette authored
      Fix SelectTypeParameters=CR_PACK_NODES for srun making both job and step
      resource allocation. Previously a stand-long srun command would distribute
      tasks evenly across the nodes.
      86dd08ef
    • Morris Jette's avatar
      Add to log a step create argument · 01c25927
      Morris Jette authored
      01c25927
  2. 18 Aug, 2014 8 commits
  3. 16 Aug, 2014 1 commit
  4. 15 Aug, 2014 15 commits
  5. 14 Aug, 2014 6 commits
  6. 13 Aug, 2014 5 commits