1. 23 Jul, 2016 1 commit
  2. 22 Jul, 2016 4 commits
  3. 21 Jul, 2016 2 commits
  4. 20 Jul, 2016 4 commits
  5. 19 Jul, 2016 6 commits
  6. 18 Jul, 2016 3 commits
  7. 16 Jul, 2016 4 commits
    • Danny Auble's avatar
      Add SLURM_PENDING_STEP id so it won't be confused with SLURM_EXTERN_CONT. · 0c7bd6d0
      Danny Auble authored
      In commit b8190e5d many places that were mean to be pending step ids
      were changed to be extern_step id.  The main problem was when we came up
      with the idea of the extern step we reused -1 (INFINITE) for the id.  So
      pending steps also appeared to be extern steps as well.  Hopefully this
      fixes the situation.
      
      Bug 2907
      0c7bd6d0
    • Morris Jette's avatar
      Remove vestigial comment · 71800937
      Morris Jette authored
      71800937
    • Morris Jette's avatar
      Move startup of power save thread · fb8e3558
      Morris Jette authored
      Start power save thread only after the partition information is read
        in order to avoid trying to interpret the SuspendExcParts configuration
        information before the partition information is available, which would
        result in a slurmctld abort.
      fb8e3558
    • Morris Jette's avatar
      Prevent slurmctld race condition · c7cae55b
      Morris Jette authored
      Do not try to access part_list variable (partition list pointer)
        if not yet initialized. Return NULL pointer rather than aborting
        with NULL pointer.
      c7cae55b
  8. 15 Jul, 2016 13 commits
  9. 14 Jul, 2016 3 commits
    • Morris Jette's avatar
      Move talks at SLUG16 · f27341f7
      Morris Jette authored
      f27341f7
    • Morris Jette's avatar
      Fix gang scheduling and license release logic · 111e3b48
      Morris Jette authored
      Fix gang scheduling and license release logic if single node job killed on
          bad node. Notifying gang and releasing licences is normally done when
          the epilog completion happens, but if the node(s) assigned to a job are
          all down, that does not happen. This results in the licenses being
          reserved indefinitely and the gang scheduler being left with a bad
          (old) job pointer that can result in various failure modes
      bug 2867
      111e3b48
    • Morris Jette's avatar
      Add SLUG16 agenda/hotel links · 5041174f
      Morris Jette authored
      5041174f