1. 11 Dec, 2014 2 commits
    • Morris Jette's avatar
      Split task_dist_states variable · 54e53857
      Morris Jette authored
      The task_dist_states variable has been split into "flags" and "base"
      components. Added SLURM_DIST_PACK_NODES and SLURM_DIST_NO_PACK_NODES values
      to give user greater control over task distribution. The srun --dist options
      has been modified to accept a "Pack" and "NoPack" option. These options can
      be used to override the CR_PACK_NODE configuration option.
      54e53857
    • Danny Auble's avatar
      A partition can now have a QOS attached. This will allow a partition · 77b644b9
      Danny Auble authored
      to have all the limits a QOS has.  If a limit is set in both QOS
      the partition QOS will override the job's QOS unless the job's QOS has the
      'PartitionQOS' flag set.
      77b644b9
  2. 09 Dec, 2014 2 commits
  3. 08 Dec, 2014 6 commits
  4. 05 Dec, 2014 5 commits
  5. 04 Dec, 2014 6 commits
  6. 03 Dec, 2014 3 commits
  7. 02 Dec, 2014 5 commits
  8. 28 Nov, 2014 1 commit
  9. 27 Nov, 2014 1 commit
  10. 26 Nov, 2014 5 commits
  11. 24 Nov, 2014 2 commits
    • Morris Jette's avatar
      Permit "SuspendTime=NONE" in slurm.conf · 4db1cee1
      Morris Jette authored
      Permit "SuspendTime=NONE" as slurm.conf value rather than only a numeric
      value to match "scontrol show config" output. This remove some special
      case logic in the test of "scontrol write config" and in the generation
      of the output file written.
      4db1cee1
    • Artem Polyakov's avatar
      increase max string pack size · c83e2e7d
      Artem Polyakov authored
      Double max string that Slurm can pack from 16MB to 32MB to support
      larger MPI2 configurations.
      c83e2e7d
  12. 22 Nov, 2014 1 commit
    • Morris Jette's avatar
      Added SchedulerParameters option "bf_busy_nodes" · e803781b
      Morris Jette authored
      Added SchedulerParameters option of "bf_busy_nodes". When selecting
      resources for pending jobs to reserve for future execution (i.e. the job
      can not be started immediately), then preferentially select nodes that are
      in use. This will tend to leave currently idle resources available for
      backfilling longer running jobs, but may result in allocations having less
      than optimal network topology. This option is currently only supported by
      the select/cons_res plugin.
      e803781b
  13. 21 Nov, 2014 1 commit