1. 05 Dec, 2014 1 commit
    • Danny Auble's avatar
      Remove CR_ALLOCATE_FULL_SOCKET option. It is now the default. · 8af0b7cd
      Danny Auble authored
      Before without this option accounting would not be correct unless the
      job was allocating enough resources to fill up the socket.  Making this
      the default makes it so the entire socket is allocated to job similar to
      the way CR_CORE works with allocating the entire core to the job even if
      they don't allocate the whole core.
      8af0b7cd
  2. 04 Dec, 2014 6 commits
  3. 03 Dec, 2014 3 commits
  4. 02 Dec, 2014 5 commits
  5. 28 Nov, 2014 1 commit
  6. 27 Nov, 2014 1 commit
  7. 26 Nov, 2014 5 commits
  8. 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
  9. 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
  10. 21 Nov, 2014 4 commits
  11. 20 Nov, 2014 4 commits
  12. 18 Nov, 2014 1 commit
    • Morris Jette's avatar
      Add job state of STOPPED · e274e8b3
      Morris Jette authored
      Added new job state of STOPPED indicating processes have been stopped with a
      SIGSTOP (using scancel or sview), but retain its allocated CPUs. Job state
      returns to RUNNING when SIGCONT is sent (also using scancel or sview).
      bug 1263
      e274e8b3
  13. 14 Nov, 2014 2 commits
  14. 13 Nov, 2014 3 commits
  15. 12 Nov, 2014 1 commit