1. 17 Jan, 2015 1 commit
  2. 15 Jan, 2015 3 commits
    • Danny Auble's avatar
      Make CR_ONE_TASK_PER_CORE work correctly with task/affinity. · db926ab7
      Danny Auble authored
      What this does is use the core level binding after each task is laid out
      to skip all the extra threads in the core so it doesn't give them to
      another task.
      
      It probably isn't perfect, but does solve all the scenarios I found.
      db926ab7
    • Morris Jette's avatar
      GRES scheduling fix · 72cefd54
      Morris Jette authored
      Fix for GRES scheduling in which there is CPU topology defined or
      GRES types defined and there is more than 1 GPU per topology record
      in slurmctld. Without this fix, only one GRES could be allocated
      from each defined topology.
      bug 1369
      72cefd54
    • Morris Jette's avatar
      Fix for slurmctld abort on gres error · ce1d99f5
      Morris Jette authored
      The slurmctld could abort with a gres configuration having
      Type= configured, but no CPU binding configured.
      ce1d99f5
  3. 14 Jan, 2015 3 commits
  4. 13 Jan, 2015 3 commits
  5. 12 Jan, 2015 2 commits
  6. 09 Jan, 2015 2 commits
  7. 08 Jan, 2015 1 commit
  8. 07 Jan, 2015 5 commits
  9. 06 Jan, 2015 5 commits
  10. 05 Jan, 2015 1 commit
  11. 02 Jan, 2015 3 commits
  12. 01 Jan, 2015 1 commit
  13. 31 Dec, 2014 1 commit
  14. 30 Dec, 2014 3 commits
  15. 29 Dec, 2014 2 commits
  16. 26 Dec, 2014 1 commit
  17. 24 Dec, 2014 3 commits
    • Morris Jette's avatar
      Enable per-partition gang sched resolution · 5e02af31
      Morris Jette authored
      Enable per-partition gang scheduling resource resolution (e.g. the partition
      can have SelectTypeParameters=CR_CORE, while the global value is CR_SOCKET).
      bug 1299
      5e02af31
    • Morris Jette's avatar
      Enforce partition shared option · f8fb79d5
      Morris Jette authored
      Properly enforce partition Shared=YES option. Previously oversubscribing
      resources required gang scheduling to also be configured.
      f8fb79d5
    • Morris Jette's avatar
      Fix bad job array task ID value · 46a2e9a1
      Morris Jette authored
      Prevent invalid job array task ID value if a task is started using gang
      scheduling (i.e. the task starts in a SUSPENDED state). The task ID gets
      set to NO_VAL and the task string is also cleared.
      46a2e9a1