1. 26 Jul, 2016 1 commit
  2. 25 Jul, 2016 4 commits
  3. 23 Jul, 2016 1 commit
  4. 22 Jul, 2016 4 commits
  5. 21 Jul, 2016 2 commits
  6. 20 Jul, 2016 4 commits
  7. 19 Jul, 2016 6 commits
  8. 18 Jul, 2016 3 commits
  9. 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
  10. 15 Jul, 2016 11 commits